Ubuntu 11.04
Sponsored Link

Install Proftpd2011/05/04

  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


root@www:~#
service proftpd restart

* Stopping ftp server proftpd
  ...done.
* Starting ftp server proftpd
  ...done.
Matched Content