2/03/2017

Set Up FTP on Ubuntu 16.04

sudo apt install vsftpd
Edit the config file:
write_enable=YES

local_umask=022
ssl_enable=YES

Then
sudo service vsftpd restart

Use FileZilla to connect to the FTP server

No comments: