Difference between revisions of "Ftp server"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "== vsftpd == <nowiki>sudo apt-get install vsftpd</nowiki> Configuration file: /etc/vsftpd.conf to add users: /etc/ftpusers After making changes to configuration: <nowiki>su...")
(No difference)

Revision as of 21:49, 10 February 2015

vsftpd

sudo apt-get install vsftpd

Configuration file: /etc/vsftpd.conf to add users: /etc/ftpusers

After making changes to configuration:

sudo service vsftpd restart