[Cyberduck-trac] [Cyberduck] #288: Cannot see any files when connecting to a Collaba FTP server
Cyberduck
trac at trac.cyberduck.ch
Tue Mar 21 02:28:17 CET 2006
#288: Cannot see any files when connecting to a Collaba FTP server
--------------------------+-------------------------------------------------
Reporter: SYPECom Inc. | Owner: dkocher
Type: defect | Status: new
Priority: highest | Milestone:
Component: ftp | Version: 2.5.5
Severity: blocker | Keywords:
--------------------------+-------------------------------------------------
When connecting to a Collaba server over FTP with Cyberduck 2.5.5, no
files or folders are listed in the window, although the FTP server does
send a list of folders that Cyberduck receives (confirmed by observing the
Console in INFO logging mode. Using default config, except the "LIST -a"
option turned OFF because the server apparently does not support that
option. No path entered in the Path field during tests. Connecting in
Passive or Active mode both fail.
Here is a transcript of a typical test that fails:
10626 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - USER test
10629 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 331 User name OK, need password
10629 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - PASS ********
10743 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 230 User logged in
10744 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - SYST
10745 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 215 UNIX Type: L8
10784 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - NOOP
10785 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 200 Command OK
10785 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - PWD
10787 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 257 "/"
10823 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - NOOP
10824 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 200 Command OK
10824 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - CWD /
10826 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 250 CWD OK. "/" is current directory
10826 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - PASV
10827 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 227 Entering Passive Mode (127,0,0,1,197,188)
10829 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - LIST
10845 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 150 File status OK, about to open data
connection
10848 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 127.0.0.1x
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 ADMIN_Documentation
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 ADMIN_Interfaces
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 ADMIN_Scripts
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 ADMIN_Web
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 Groups
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 My web page
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 Personal
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 Test
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 TestCollaba
10849 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - drw-rw-rw- 1 ftp ftp 0
Mar 11 20:56 TestCSSH
10850 [<ch/cyberduck/core/ftp/FTPSession: 0x13b23080>] INFO
ch.cyberduck.core.Session - 226 Closing data connection (success)
And at that point, Cyberduck says it's "Idle" displaying "0 files" in "/".
Using the Refresh button does not help.
--
Ticket URL: <http://trac.cyberduck.ch/ticket/288>
Cyberduck <http://cyberduck.ch>
FTP and SFTP Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list