Opened 16 years ago

Closed 16 years ago

#4049 closed Bug report (rejected)

Fail to list drive

Reported by: vincent Owned by:
Priority: normal Component: FileZilla Client
Keywords: failed retrieve diretory Cc:
Component version: Operating system type: Windows
Operating system version: win XP SP2

Description

Hi All,

I tried to open an ftp session on a packetshaper (QoS product from BlueCoat - ex Packeteer).
It works well with quit all version but with the mast release, it's impossible. It works with an ftp open in command line.

Here the log:

Status: Connecting to 172.16.0.250:21...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 172.16.0.250 PacketShaper FTP server ready.
Trace: CFtpControlSocket::SendNextCommand()
Command: USER vincent
Trace: CFtpControlSocket::OnReceive()
Response: 331 vincent login ok, send PacketShaper touch password.
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS
Trace: CFtpControlSocket::OnReceive()
Response: 230 User touch logged in.
Trace: CFtpControlSocket::SendNextCommand()
Command: SYST
Trace: CFtpControlSocket::OnReceive()
Response: 215 UNIX Type: L8
Trace: CFtpControlSocket::SendNextCommand()
Command: FEAT
Trace: CFtpControlSocket::OnReceive()
Response: 500 'FEAT': command not understood.
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Status: Retrieving directory listing...
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: PWD
Trace: CFtpControlSocket::OnReceive()
Response: 257 "9.256/" is current directory.
Trace: ControlSocket.cpp(356): Failed to parse returned path. caller=0p1b50ff0
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 "9.256/" is current directory.
Trace: ControlSocket.cpp(356): Failed to parse returned path. caller=0p1b50ff0
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

If you need more trace, don't hesitate.

Thanks for your help

Cheers

Vincent

Change History (1)

in reply to:  description comment:1 by Tim Kosse, 16 years ago

Resolution: rejected
Status: newclosed

Replying to Vincent:

Command: PWD
Response: 257 "9.256/" is current directory.

Extremely exotic path syntax. Not supported by FileZilla. Get a server that supports TVFS as defined in RFC 3659.

Note: See TracTickets for help on using tickets.