Ubuntu : How To Setup FTP Server In Ubuntu 1x.xx

How to setup FTP server in Ubuntu using vsftpd.

$sudo apt-get install vsftpd

Ok now that we have it installed its only using default settings which allow anyone with a system account to connect and download files .Upload is not allowed by default . So next lets change a line in the config to allow users to upload.

  $sudo gedit /etc/vsftpd.conf

In this file you should find a line that says “#write_enable=YES” change this line to “write_enable=YES”. Restarting the vsftpd server with below comment .

      $sudo service vsftpd restart

1 thoughts on “Ubuntu : How To Setup FTP Server In Ubuntu 1x.xx

  1. Pingback: Ubuntu : How To Setup FTP Server In Ubuntu 1x.xx « My Technical … | Pici's Ubuntu Blog

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.