Hello @bgmsquad
You only use this method if you want to manage every aspect/experience of ftp service you are offering your clients.
Your installation is broken. You will need to purge everything and set it up again. FTP not working - 530 Login authentication failed - #8 by josephgodwinke
Well just what i thought pure-ftpd was not fully installed. I also soemthing to indicate it here FTP not working - 530 Login authentication failed - #9 by savors.map when you creating a user for pure-ftpd. RUn this line by line dont skip sudo apt-get remove --purge pure-ftpd pure-ftpd-common sudo apt autoremove sudo apt install pure-ftpd -y groupadd -g 2001 ftpgroup useradd -u 2001 -s /bin/false -d /bin/null -c "pureftpd user" -g ftpgroup ftpuser systemctl start pure-ftpd mkdir /etc/ssl/priva…