Author Topic: How i solved the 530 Login authentication failed  (Read 2073 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How i solved the 530 Login authentication failed
« on: September 29, 2022, 10:28:17 PM »
Although i feel pretty dumb that i had to waste so much time to realise this.
I hope it will be of help to someone else :).

I noticed that there two details to keep in mind.

1. Password must contain everything, chars (capital and not) , numbers , symbols and most important maximum 12 chars length
2. When you insert the username to the ftp client (e.g. filezilla) you have to add the @domain.com .
For example
Quote
Host : mydomain.com   /   Username: ftpusername@mydomain.com    / Password: mypassword

Edit: i also did this
Code: [Select]
http://wiki.centos-webpanel.com/pure-ftpd-setup-passive-ftp-portsThat's all for now :)
« Last Edit: September 29, 2022, 10:51:43 PM by Alexk92 »

Offline
*
Re: How i solved the 530 Login authentication failed
« Reply #1 on: September 30, 2022, 08:28:37 AM »
And something to add.... in RockyLinux for some reason FTP Accounts cannot work. I keep receiving 530 error no matter what. I gave up trying to figure it out..... :(