alex Posted June 30, 2012 Report Posted June 30, 2012 Instalarea si configurarea unui Server VSFTPDPasul 1Instalam vsftpd# apt-get install vsftpd# service vsftpd restart# nano /etc/vsftpd.conf vsftpd.conflisten=YESanonymous_enable=NOlocal_enable=YESwrite_enable=YESlocal_umask=022dirmessage_enable=YESuse_localtime=YESxferlog_enable=YESconnect_from_port_20=YESascii_upload_enable=YESascii_download_enable=YESchroot_local_user=YESsecure_chroot_dir=/var/run/vsftpd/emptypam_service_name=vsftpdrsa_cert_file=/etc/ssl/private/vsftpd.pem Pasul 2Verificam serverul FTP.# ftp slashlinux.infoConnected to slashlinux.info.220 (vsFTPd 2.2.2)Name (slashlinux.info:petrisor): joe331 Please specify the password.Password:230 Login successful.Remote system type is UNIX.Using binary mode to transfer files.ftp> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.