Opened 16 years ago

Closed 16 years ago

Last modified 11 years ago

#3866 closed Bug report (rejected)

SFTP Directory List Fails

Reported by: shagate Owned by:
Priority: normal Component: FileZilla Client
Keywords: SFTP DIRECTORY PWD Cc:
Component version: Operating system type:
Operating system version: Windows XP SP2/SP3

Description

I have this problem on several servers. I can connect fine, but once the system attempts to get the directory listing (Pwd) it fails. These are servers used in HealthCare by several other organizations without any issue, and even our automated tools appear to have no issue navigating the directory structure.

Attachments (1)

FTP_LOG.txt (2.4 KB ) - added by shagate 16 years ago.
Debug3 Connect Thru Error Log

Download all attachments as: .zip

Change History (2)

by shagate, 16 years ago

Attachment: FTP_LOG.txt added

Debug3 Connect Thru Error Log

comment:1 by Tim Kosse, 16 years ago

Resolution: rejected
Status: newclosed

"." is a relative path. FileZilla expects pwd (which internally sends SSH_FXP_REALPATH and awaits an SSH_FXP_NAME reply) to return an absolute path.

The SFTP specifications are very clear on this. Your server is broken.

Note: See TracTickets for help on using tickets.