apt-get update
apt-get install vsftpd
nano /etc/vsftpd.conf
Change the following:
anonymous_enable=NO
write_enable=YES
ftpd_banner=Welcome to YOUR FTP service.
/etc/init.d/vsftpd restart
apt-get update
apt-get install vsftpd
nano /etc/vsftpd.conf
Change the following:
anonymous_enable=NO
write_enable=YES
ftpd_banner=Welcome to YOUR FTP service.
/etc/init.d/vsftpd restart