wget ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.21.tar.gz
tar xzvf pure-ftpd-1.0.21.tar.gz
cd pure-ftpd-1.0.21
./configure --prefix=/usr/local/pureftpd --with-ftpwho --with-puredb --with-quotas --with-largefile --with-welcomemsg --with-virtualhosts --with-peruserlimits --with-language=english --with-language=dutch
make
make install
ln -s /usr/local/pureftpd/sbin/pure-ftpd /usr/sbin/pure-ftpd
echo ""
echo ""
echo ""
echo ""
echo ""
echo "ok, installation complete :-)"
echo ""
echo "Starting the server..."
pure-ftpd &
echo "..."
echo "Server started!"
echo ""
echo "To start the server manualy:"
echo "pure-ftpd &"
echo ""
echo "Script by GDX^ (Wim Mariën)"