Opened 11 years ago
Closed 11 years ago
#8984 closed Bug report (outdated)
GUI fails with certain site whereas command line succeeds
Reported by: | bobsauers | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: | 8 |
Description
When using the Windows command line ftp program, I am successful in connecting to a site, getting a directory listing, and transferring a file. However, after successfully loggin in, the FileZilla GUI fails when it asks for a directory listing.
Status: Connecting to 141.157.27.118:21...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220-FileZilla Server version 0.9.40 beta
Trace: CFtpControlSocket::OnReceive()
Response: 220-written by Tim Kosse (Tim.Kosse@…)
Trace: CFtpControlSocket::OnReceive()
Response: 220 Please visit http://sourceforge.net/projects/filezilla/
Trace: CFtpControlSocket::SendNextCommand()
Command: USER Samsung
Trace: CFtpControlSocket::OnReceive()
Response: 331 Password required for samsung
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS *
Trace: CFtpControlSocket::OnReceive()
Response: 230 Logged on
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: Measured latency of 207 ms
Status: Retrieving directory listing...
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: CWD /users/ftp/Samsung
Trace: CFtpControlSocket::OnReceive()
Response: 550 CWD failed. "/users/ftp/Samsung": directory not found.
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Trace: CFtpControlSocket::ParseSubcommandResult(2)
Trace: CFtpControlSocket::ListSubcommandResult()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: PWD
Trace: CFtpControlSocket::OnReceive()
Response: 257 "/" is current directory.
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::ParseSubcommandResult(0)
Trace: CFtpControlSocket::ListSubcommandResult()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Command: TYPE I
Trace: CFtpControlSocket::OnReceive()
Response: 200 Type set to I
Trace: CFtpControlSocket::TransferParseResponse()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Command: PASV
Trace: CFtpControlSocket::OnReceive()
Response: 227 Entering Passive Mode (141,157,27,118,7,15)
Trace: CFtpControlSocket::TransferParseResponse()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Command: MLSD
Trace: CFtpControlSocket::OnReceive()
Response: 425 Can't open data connection.
Trace: CFtpControlSocket::TransferParseResponse()
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Trace: CFtpControlSocket::ParseSubcommandResult(2)
Trace: CFtpControlSocket::ListSubcommandResult()
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Error: Failed to retrieve directory listing
Trace: CFtpControlSocket::OnReceive()
Response: 421 Connection timed out.
Trace: Unexpected reply, no reply was pending.
Trace: CRealControlSocket::OnClose(0)
Error: Connection closed by server
Change History (2)
comment:1 by , 11 years ago
Status: | new → moreinfo |
---|
comment:2 by , 11 years ago
Resolution: | → outdated |
---|---|
Status: | moreinfo → closed |
No reply for more than 28 days.
Command: PASV
Response: 227 Entering Passive Mode (141,157,27,118,7,15)
Command: MLSD
Response: 425 Can't open data connection.
Can you please try active mode in FileZilla? Did you try passive mode in the Windows FTP CLI client as well?