Hi,
I’m facing a big problem with FTP and I tried many solutions but none of them work, I did not want to install vsftp. I want to use pure-ftp
Status: | Connection established, waiting for welcome message… |
---|---|
Status: | Initializing TLS… |
Status: | TLS connection established. |
Command: | USER admin_soctwell |
Response: | 331 User admin_soctwell OK. Password required |
Command: | PASS **************** |
Response: | 530 Login authentication failed |
Error: | Critical error: Could not connect to server |
Some solutions talked about vfstp which I did not want to do.
Other solution was to change the hash but also not working:
ftp = Users.objects.get(user=userName)
ftp.password = password
ftp.save()
The service here named : pure-ftpd-mysql.service
If I removed and replaced with normal pure-ftp this should work and how I can do this?