...
Just following these steps should be easy to setup the configuration.
- Install the package vsftpd
- The configuration of the FTP server is in vsftpd.conf, that it's located in /etc/vsftpd.conf
To make any change to the settings, we can do it with the following command.
Panel |
---|
sudo gedit/etc/vsftpd.conf |
To let the clients upload files to the server we should change #write_enable = YES to write_enable = YES
3. Everytime we make any change we have to restart the vsftpd, in order to make the
Panel |
---|