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)

Discover more from The Technology Geek

Subscribe now to keep reading and get access to the full archive.

Continue reading