#7835 closed Bug report (invalid)
530 error
Reported by: | Albert Myers | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | 530 Login incorrect | Cc: | albert1705@… |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 7 Service Pack 1 |
Description
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 2 of 50 allowed.
Response: 220-Local time is now 07:12. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER aemyers1
Response: 331 User aemyers1 OK. Password required
Command: PASS
Response: 530 Login authentication failed
Error: Critical error
Error: Could not connect to server
Change History (7)
comment:1 by , 12 years ago
Keywords: | Login incorrect added; error removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
follow-up: 3 comment:2 by , 12 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I am facing the same problem with the actual FileZilla 3.0.6.2
(running on a 64bit Windows 7 SP1 with recent patches).
When connecting (in passive mode) to a "PureFTPd" Server running
with "-Y 1" (Accept both normal sessions and SSL/TLS ones.)
I get exactly the same behavior as described above:
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 13 of 50 allowed.
Response: 220-Local time is now 15:35. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Trace: CFtpControlSocket::SendNextCommand()
Command: AUTH TLS
Trace: CFtpControlSocket::OnReceive()
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Trace: CTlsSocket::Handshake()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::OnSend()
Trace: CTlsSocket::OnRead()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::OnRead()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::OnRead()
Trace: CTlsSocket::ContinueHandshake()
Trace: TLS Handshake successful
Trace: Cipher: AES-256-CBC, MAC: SHA1
Status: Verifying certificate...
Trace: CFtpControlSocket::SendNextCommand()
Command: USER yegg
Status: TLS/SSL connection established.
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 331 User yegg OK. Password required
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS *
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 530 Login authentication failed
Trace: CControlSocket::DoClose(1094)
Trace: CFtpControlSocket::ResetOperation(1094)
Trace: CControlSocket::ResetOperation(1094)
Error: Critical error
Error: Could not connect to server
Trace: CFileZillaEnginePrivate::ResetOperation(1094)
...
When using a "lftp" command line client with the same credentials
I can successfully login
lftp
lftp :~> open <host>
lftp ftp.orbiteam.de:~> user yegg <passwd>
lftp yegg@…:~> ls
...
The pure-ftpd logs the following:
Jan 25 15:51:12 <server> pure-ftpd: (?@<client>) [INFO] New connection from <client>
Jan 25 15:51:12 <server> pure-ftpd: (?@<client>) [INFO] SSL/TLS: Enabled TLSv1/SSLv3 with DHE-RSA-AES256-SHA, 256 secret bits cipher
Jan 25 15:51:15 <server> pure-ftpd: (?@<client>) [WARNING] Authentication failed for user [yegg]
Jan 25 15:51:15 <server> pure-ftpd: (?@<client>) [INFO] Logout.
This bug was already reported several times here:
but has always been marked as 'invalid'. Unfortunately it is very valid for me.
Regards,
--Yegg
comment:3 by , 12 years ago
Replying to Yegg:
lftp
lftp :~> open <host>
lftp ftp.orbiteam.de:~> user yegg <passwd>
lftp yegg@…:~> ls
...
The pure-ftpd logs the following:
Jan 25 15:51:12 <server> pure-ftpd: (?@<client>) [INFO] New connection from <client>
Jan 25 15:51:12 <server> pure-ftpd: (?@<client>) [INFO] SSL/TLS: Enabled TLSv1/SSLv3 with DHE-RSA-AES256-SHA, 256 secret bits cipher
Jan 25 15:51:15 <server> pure-ftpd: (?@<client>) [WARNING] Authentication failed for user [yegg]
Jan 25 15:51:15 <server> pure-ftpd: (?@<client>) [INFO] Logout.
Oops, to prevent misunderstandings: pure-ftpd logged the above for FileZilla. Using "lftp" it logs
Jan 25 15:59:05 <sever> pure-ftpd: (?@<client>) [INFO] New connection from <client>
Jan 25 15:59:05 <sever> pure-ftpd: (?@<client>) [INFO] SSL/TLS: Enabled TLSv1/SSLv3 with DHE-RSA-AES128-SHA, 128 secret bits cipher
Jan 25 15:59:06 <sever> pure-ftpd: (?@<client>) [INFO] yegg is now logged in
Jan 25 15:59:06 <sever> pure-ftpd: (yegg@<client>) [INFO] SSL/TLS: Enabled TLSv1/SSLv3 with DHE-RSA-AES128-SHA, 128 secret bits cipher
Regards,
--Yegg
follow-up: 5 comment:4 by , 12 years ago
Status: | reopened → moreinfo_reopened |
---|
Do you have any non 7 bit US-ASCII character in your password?
comment:5 by , 12 years ago
Status: | moreinfo_reopened → reopened |
---|
Replying to ci-dev:
Do you have any non 7 bit US-ASCII character in your password?
no. I just have a plain random us-ascii password.
follow-up: 7 comment:6 by , 12 years ago
Status: | reopened → moreinfo_reopened |
---|
Can you use Wireshark or another network sniffer at your end with non-encrypted FTP and check that the proper password is transmitted? Maybe you have set another keyboard layout only for FileZilla application and thus are mistyping the password all the time?
comment:7 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | moreinfo_reopened → closed |
Replying to ci-dev:
Can you use Wireshark or another network sniffer at your end with non-encrypted FTP and check that the proper password is transmitted? Maybe you have set another keyboard layout only for FileZilla application and thus are mistyping the password all the time?
yo've been right, with the correct password it works (confusion due differnt keyboard layouts windows/unix); mea culpa
Did you try another FTP client just to check that the server even accepts the password?