Ftp server

From RHS Wiki
Revision as of 21:49, 10 February 2015 by Rafahsolis (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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