FTP Server - Proftpd2012/05/15 |
Install ProFTPD to configure FTP server to transfer files.
|
|
[1] | Install ProFTPD |
root@www:~#
aptitude -y install proftpd # select standalone
root@www:~#
vi /etc/proftpd/proftpd.conf # line 11: turn off if not needed UseIPv6 off
# line 15: change to your hostname ServerName "www"
# line 34: uncomment ( specify root directory for chroot ) DefaultRoot ~
root@www:~#
vi /etc/ftpusers # add users you prohibit FTP connection test
service proftpd restart |
Sponsored Link |