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

Connects to FTP site, but does not show contents of directories. #5365

Closed
cyberduck opened this issue Oct 21, 2010 · 3 comments
Closed

Connects to FTP site, but does not show contents of directories. #5365

cyberduck opened this issue Oct 21, 2010 · 3 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

5e1764c created the issue

When connecting to an FTP site running Windows, Cyberduck 3.7 (and older versions) with Mac OS X 10.5.8, won't show the contents of the directory.

I can connect with Terminal and see the contents of the directory, interact and such, but I can't do it with Cyberduck. While Cyberduck works with other sites, it seems to have trouble with this site.

Log Drawer reports:

220 kcntftp Microsoft FTP Service (Version 2.0).
FEAT
500 'FEAT': command not understood
USER kanjc
331 Password required for kanjc.
PASS ********
230 User kanjc logged in.
CWD /AdvertisingKC
250 CWD command successful.
STAT /AdvertisingKC
213-status of /AdvertisingKC:

And then nothing more happens. Connection is setup as Passive.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Incompatibilty with STAT. There should be a timeout after 30 seconds (or your setting in the Connection preferences) and then fallback to other file listing methods.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Refer to Listing directories fails or shows no content in the wiki for a workaround.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 1fd0614.

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

No branches or pull requests

2 participants