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

Hangs on Listing Directory #2660

Closed
cyberduck opened this issue Oct 17, 2008 · 5 comments
Closed

Hangs on Listing Directory #2660

cyberduck opened this issue Oct 17, 2008 · 5 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

4497264 created the issue

New 3.0.2 (4166) will hang at login but then hang at "Listing directory" on an ordinary FTP site (ftpmysite.verizon.net) with a small number of files. Other FTP clients have no problems with the same operation.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Probably an issue related to #2445. Can you post the transcript from the Log Drawer, please.

@cyberduck
Copy link
Collaborator Author

anonymous commented

Replying to [comment:1 dkocher]:

Probably an issue related to #2445. Can you post the transcript from the Log Drawer, please.

Thanks for the response. The Log Drawer data upto when it "hangs"::

220 ftpmysite.verizon.net
USER fuller_dl
331 Password required for fuller_dl.
PASS ***********************
230-User fuller_dl logged in.
230 Quota: avail(98.6%)=10338797.0 used(1.4%)=146963.0 limit=10485760.0 bytes
PWD
257 "/" is current directory.
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
STAT /
211-status of /:
drwxrwxrwx 3 1047 602 4096 Oct 17 14:32 .
drwxrwxrwx 3 1047 602 4096 Oct 17 14:32 ..

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Try the latest nightly build from (http://update.cyberduck.ch/nightly).

@cyberduck
Copy link
Collaborator Author

anonymous commented

Replying to [comment:3 dkocher]:

Try the latest nightly build from (http://update.cyberduck.ch/nightly).
Problem remains after trying 3.0.3 (4202).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is the same issue reported with STAT as in the reason #2445 has been reopened (also Verizon FTP server). In fact this is a server bug which does not finish the response. To detect this automatically is difficult; the only workaround currently is to disable the use of STAT using defaults write ch.sudo.cyberduck ftp.sendStatListCommand false.

@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 duplicate ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants