Opened 22 years ago
Last modified 22 years ago
#165 closed Bug report
Problems with Cgywin SFTP Servers
Reported by: | woakesd | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Unknown |
Keywords: | Cc: | woakesd, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When connecting to an SFTP server (SSH-2.0-
OpenSSH_3.0.2p1) distributed by cygwin the remote file
names were not displayed but instead the permissions
were displayed. More recent builds of cygwin servers
are ok. I connected using sftp and the file list returned
by a dir command looked no different.
Attachments (1)
Change History (5)
by , 22 years ago
Attachment: | filezilla_screen.png added |
---|
comment:1 by , 22 years ago
Have you tried connecting with FileZilla 2.0.0 beta 6? This
problem should have been fixed.
If it still does not work, please enable "Show raw directory
listing" in the debug settings and post the messagelog here.
comment:2 by , 22 years ago
The contents of the message log are:
Status: Connecting to richardjennis.demon.co.uk:9823 ...
Status: Connected with richardjennis.demon.co.uk:9823,
initializing SFTP connection...
Command: CONNECT david@…:95
Response: Remote working directory is /home/David
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: Remote directory is /home/David
Command: LIST
Response: Listing directory /home/David
Response: Sucessfully received 6 items
Trace: -rwx------ 1 David None 11612 Sep
09:17 .bash_history
Trace: -rwxr-xr-x 1 David None 0 Jan
2002 .cvspass
Trace: -rw-rw-rw- 1 David None 42 May 09:54 .exrc
Trace: drwxr-x--- 2 David SYSTEM 4096 Aug
15:16 .ssh
Trace: -rw-rw-rw- 1 David None 6400000 Aug 14:59
direct.tar
Trace: -rwxrwxrwx 1 David None 127432 Jan 2002
noscript.exe
Status: Directory listing successful
comment:3 by , 22 years ago
My apologies for not making myself clearer, I was initially
using 1.9.9a but after submitting this i installed 2.0 beta 6
and the problem is still there. The raw directory listing was
from V2 beta 6.
comment:4 by , 22 years ago
Thanks for the log. This is a bug in SSH-2.0-
OpenSSH_3.0.2p1, it is missing one important information in
the directory listing: The day of a month a file when the file
was last modified.
FileZilla can't handle this type of directory listing correctly. It
tries to get at least some data out of the directory listing, but
not very sucessful.
If possible, please upgrade to a newer version of the server.
Some of the newer versions still have bugs, but FileZilla can
handle those without problems.
Screen dump demonstrating problem