I try to connect my ftp but every time I seen errors…
After I will connect the cyberpanel database.
If you want to seen your password:
cat /etc/pure-ftpd/pureftpd-mysql.conf|grep MYSQLPassword
After use this command: mysql -ucyberpanel -p cyberpanel
After this command: SELECT * FROM users;
I seen passwords is encrypted with md5. After I try to connect with this encrypted passwords. Its work!
I want it the fix this problem…
nano /usr/local/CyberCP/plogical/ftpUtilities.py
found:
ftp.password = hash.hexdigest()
replace:
ftp.password = password
save and reboot server. its work…