Install pureftpd on Ubuntu

To install pure-ftpd on Ubuntu, run apt install pure-ftpd -y Create a system user useradd -d /var/www -s /bin/bash USERNAME chown -R USERNAME:USERNAME /var/www passwd USERNAME Enable Unix Authentication To allow system user to login using FTP, edit file vi /etc/pure-ftpd/pure-ftpd.conf Uncomment the line UnixAuthentication yes Or echo ‘yes’ > /etc/pure-ftpd/conf/UnixAuthentication On Ubuntu, after default … Read more