Opened 16 years ago
Last modified 16 years ago
#1428 closed Bug report
Can't use email address as password
Reported by: | foxmajik | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | foxmajik, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When a password is used that contains a @ symbol login always fails.
How to replicate:
- Download latest version of Filezilla for windows from sourceforge.
- Install.
- Type in these values:
Host: ftp.foxcub.net
Username: foxcubtest
Password: Testuser@…
The password is case sensitive.
Results:
---
Status: Resolving IP-Address for ftp.foxcub.net
Trace: ControlSocket.cpp(1057): CRealControlSocket::ContinueConnect(0p1a681b8) m_pEngine=0p1435d28 caller=0p1a2a538
Status: Connecting to 208.113.176.139:21...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 ProFTPD 1.3.1 Server (DreamHost FTP) [208.113.176.139]
Trace: CFtpControlSocket::SendNextCommand()
Command: USER foxcubtestuser
Trace: CFtpControlSocket::OnReceive()
Response: 331 Password required for foxcubtestuser
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS *
Trace: CFtpControlSocket::OnReceive()
Response: 530 Login incorrect.
Trace: CFtpControlSocket::ResetOperation(1090)
Trace: CControlSocket::ResetOperation(1090)
Error: Could not connect to server
---
I have replicated this problem on two FTP servers that are different types/versions.
This happens on both 3.0.11 and 3.1.0.1.
Check your username, you entered the wrong one.