Skip to content

vsftpd appspot

vsftpd (very secure FTP daemon)

Installing vsftpd

sudo apt-get install -y vsftpd

Update config to writable

sudo nano /etc/vsftpd.conf

locate write_enable=YES and remove the # in front of it and save the file changes.

Restart vsftpd

sudo systemctl restart vsftpd

Now you can FTP and do what you need to do.

Uninstalling FTP

To uninstall the package and remove all its configuration file, run the following

sudo apt purge vsftpd