Jump to content

Recommended Posts

Posted

Pasul 1

Instalam vsftpd


# apt-get install vsftpd
# service vsftpd restart
# nano /etc/vsftpd.conf

vsftpd.conf


listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
ascii_upload_enable=YES
ascii_download_enable=YES
chroot_local_user=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/private/vsftpd.pem

Pasul 2

Verificam serverul FTP.


# ftp slashlinux.info
Connected to slashlinux.info.
220 (vsFTPd 2.2.2)
Name (slashlinux.info:petrisor): joe
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.