Install Pure-FTPd from source
To instal pureftpd from source, go to http://download.pureftpd.org/pub/pure-ftpd/releases/ find latest version download link. Download and Install At the time of this post, latest version is 1.0.49, always use latest version when you are installing. cd /usr/local/src wget https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.49.tar.gz tar -zxvf pure-ftpd-1.0.49.tar.gz cd pure-ftpd-1.0.* ./configure –with-puredb make make check make install The software is now installed … Read more