Instalarea si configurarea unui Server VSFTPD
Pasul 1
Instalam vsftpd
Code:
# apt-get install vsftpd
# service vsftpd restart
# nano /etc/vsftpd.conf
vsftpd.conf
Code:
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.
Code:
# 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>

[INFO] instalarea unui server Vsftpd
Started By
famouz/
, Aug 03 2012 06:21 PM
1 useri citesc topicul
0 membri, 1 vizitatori, 0 utilizatori anonimi