Installing ProFtpd

Posted by Tom Willett Thu, 05 Oct 2006 21:13:00 GMT

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

Comments

Leave a comment

Comments