# install
sudo apt-get install vsftpd
# Enable ftp write by change the directiv from #write_enable=YES To write_enable=YES
sudo nano /etc/vsftpd.conf
# Launch
service vsftpd restart
# install
sudo apt-get install vsftpd
# Enable ftp write by change the directiv from #write_enable=YES To write_enable=YES
sudo nano /etc/vsftpd.conf
# Launch
service vsftpd restart