Enter the commands in Bold
sudo apt-get install vsftpd
If you would like to change options in vsftpd (optional).
sudo nano /etc/vsftpd.conf
Restart FTP service
service vsftpd restart
*Do NOT use the root user to login.
To create a user to upload web files.
adduser <username>
adduser <username> sudo
usermod –home /var/www <username>