First Install VSFTPD Server – sudo apt-get install vsftpd

Then Enter VI or Nano to make changes

sudo vi /etc/vsftpd.conf or sudo nano /etc/vsftpd.conf 

Allow local login capability – local_enable=YES

Use this option to give users access to upload – write_enable=YES

Use this option to give local users access via home drive – chroot_local_user=YES

Restarts Services everything should be working – sudo /etc/init.d/vsftpd restart
(use the X in Vi to remove the # sign to initialize these commands)