Hi guys, this is the configuration of the pure-ftp: I get these errors when I try to connect my Pure-FTP server: I have configured the mysql.conf as explained in your tutorial of the Perfect Server: ISPConfig works as well but the users cannot connect to their websites space. Any help? thanks
Check back in FTP-Users and you will see the user has a prefix automatically assigned by ISPconfig. Witht he correct username it will be ok
Hi guys, I can see the mysql queries by debugging the log: These are the queries: This the result: but I get this result: and nothing change.
@vaio: apparently you didnt get it - check the ftp-username in ispconfig. Why? ispconfig adds a preceding handle from client identifier to the ftp-username. Thats why your ftp-username probably isnt right.
As you can see into the previous post MySQL returns the correct user. So now I don't know why but it seems ok
Try to set the password again. And check that the directory /var/www/clients/client1/web3889 exists, pure-ftpd can throw a login error when the directory of the FTP user does not exist.
I have solved a part of the problem! The parameter MYSQLCrypt was set as "cleartext" instead of "crypt" and the login fails. Now I can see ALL the webserver directories!!! How to solve this new issue? Thanks
See chapter 14 of the ISPConfig installation instructions: https://www.howtoforge.com/tutorial...n-8-jessie-apache-bind-dovecot-ispconfig-3/2/
Thanks till I have already set but it doesn't work. I have solved by this article: http://serverfault.com/a/242136/84365