Installing ProFtpd
In the last of my server howtos, we will find out how to install proftpd on the Basic Debian Server.
Install Proftpd
 
apt-get install proftpd
To the prompt: Run proftpd from inetd or standalone? answer standalone
For security reasons you can add the following lines to /etc/proftpd.conf
joe /etc/proftpd.conf
DefaultRoot ~
IdentLookups off
ServerIdent on "FTP Server ready."
and restart Proftpd:
/etc/init.d/proftpd restart
