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

ftp directory not showing #2525

Closed
cyberduck opened this issue Aug 29, 2008 · 1 comment
Closed

ftp directory not showing #2525

cyberduck opened this issue Aug 29, 2008 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

9f6a004 created the issue

I've experienced a couple of times the following problem. Connecting to a ftp server with given login and password seems to succeed, however, no files are displayed for the directory listing. In fact, when I ftp directly from the command line, to the same server and the same (root) directory, I do see the list. But Cyberduck doesn't show me any files.

Cyberduck shows a spinning wheel for very long trying to list the directory but never succeeds, retries again and at some point just stops and shows '0 Files'. This, however, is not correct as on the command line I can ftp just fine and the listing shows correctly using the 'dir' command, as shown below where Cyberduck will not show any files for the root / directory after login.

Maasai 54: ftp ftp.computer.org
Connected to henle.computer.org.
220 FTP Server Supports SSL/TLS Security
Name (ftp.computer.org:pajarola): ieeecs
331 User name okay, need password.
Password: 
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
500 'EPSV': command not understood.
227 Entering Passive Mode (63,84,220,162,17,10)
150 Opening ASCII mode data connection for /bin/ls.
drw-rw-rw-   1 user     group           0 Aug 27 09:41 .
drw-rw-rw-   1 user     group           0 Aug 27 09:41 ..
drw-rw-rw-   1 user     group           0 Jul 22 09:19 2008 Goals
drw-rw-rw-   1 user     group           0 Feb  5  2008 Acctng
dr--r--r--   1 user     group           0 Oct 30  2007 Program Files
drw-rw-rw-   1 user     group           0 Jan 13  2007 Pub
-rw-rw-rw-   1 user     group           0 Jul 11  2005 __JCR__.ISI
drw-rw-rw-   1 user     group           0 Jan 13  2007 advert
drw-rw-rw-   1 user     group           0 Jan 13  2007 epub
drw-rw-rw-   1 user     group           0 Jan 13  2007 mags
drw-rw-rw-   1 user     group           0 Jan 13  2007 membership
drw-rw-rw-   1 user     group           0 Jan 13  2007 press
drw-rw-rw-   1 user     group           0 Jul 24 12:53 trans
226 Transfer complete.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Probably a duplicate of #2445. What is the transcript in Cyberduck (From menu View > Toggle Log Drawer)? Using anonymous@ftp.computer.org I can connect here just fine using v3.0.2 and the latest nightly build.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants