Debian 6.0
Sponsored Link

Install ProFTPD2011/03/12

  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 10: turn off if not needed

UseIPv6
off


# line 14: change to your hostname

ServerName
"www"


# line 33: uncomment ( specify root directory for chroot )

DefaultRoot ~


root@www:~#
vi /etc/ftpusers


# add users you prohibit FTP connection

test


root@www:~#
/etc/init.d/proftpd restart

Stopping ftp server: proftpd.
Starting ftp server: proftpd.
Matched Content