Difference between revisions of "Ftp server"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m (Protected "Ftp server" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Rafahsolis (talk | contribs) (→vsftpd) |
||
| Line 9: | Line 9: | ||
To change root directory in /etc/vsftpd.conf: | To change root directory in /etc/vsftpd.conf: | ||
modify: local_root=/opt | modify: local_root=/opt | ||
| + | |||
| + | To avoid server automatic startup at boot run: | ||
| + | echo manual >> /etc/init/vsftpd.override | ||
Revision as of 18:06, 22 May 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
To change root directory in /etc/vsftpd.conf: modify: local_root=/opt
To avoid server automatic startup at boot run:
echo manual >> /etc/init/vsftpd.override