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)
Facebook Comments Box