Wednesday, May 6, 2020

Setup Pure-FTPD On Linux Mint 19.3 Tricia Ubuntu 20.04 LTS

Video Tutorial - https://youtu.be/cxp0lI8Y1L0

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. It doesn’t provide useless bells and whistles, but focuses on efficiency and ease of use. It provides simple answers to common needs, plus unique useful features for personal users as well as hosting providers.
Offcial Website -https://www.pureftpd.org/project/pure-ftpd/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Testing Environment:
Linux Mint 19.3 Tricia        Hostname - www.example.com     - ip Address - 192.168.0.30
Ubuntu 20.04 LTS              Hostname - www.yourdomain.com  - ip Address - 192.168.0.10 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
apt update ; apt install -y build-essential net-tools curl git software-properties-common gedit pure-ftpd
echo "yes" > /etc/pure-ftpd/conf/Daemonize ; echo "yes" > /etc/pure-ftpd/conf/NoAnonymous
echo "yes" > /etc/pure-ftpd/conf/ChrootEveryone ; echo "yes" > /etc/pure-ftpd/conf/IPV4Only
systemctl restart pure-ftpd ; systemctl status pure-ftpd

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment