Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot see any files when connecting to a Collaba FTP server #12236

Closed
cyberduck opened this issue Mar 21, 2006 · 1 comment
Closed

Cannot see any files when connecting to a Collaba FTP server #12236

cyberduck opened this issue Mar 21, 2006 · 1 comment
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

SYPECom Inc. created the issue

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.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please get in touch with me so I can send you a custom build which should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants