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

Won't allow connect due to LIST -a command #2045

Closed
cyberduck opened this issue May 14, 2008 · 4 comments
Closed

Won't allow connect due to LIST -a command #2045

cyberduck opened this issue May 14, 2008 · 4 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation high priority
Milestone

Comments

@cyberduck
Copy link
Collaborator

11b57b9 created the issue

Cyberduck 3.0 (3966) appears to not connect to a Windows 2003 FTP server with a write only (drop box) site created. Error log shows:

NOOP
200 NOOP command successful.
SYST
215 Windows_NT
FEAT
211-FEAT
    SIZE
    MDTM
211 END
PASV
227 Entering Passive Mode (206,169,234,184,17,151).
LIST -a
125 Data connection already open; Transfer starting.
550 -a: Access is denied. 


I get the option to Try Again, or Cancel.

Trying again results in the same error, which IS correct because Directory Listing HAS been disabled on this folder.

If you select Try again once, then hit Cancel again the next time, it shows 0 files, then you can drop a file and it will upload, but the error messages give you the impression that you are not connected.

I would like to be able to have Cyberduck NOT send the list -a command.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Set

defaults write ch.sudo.cyberduck ftp.sendExtendedListCommand false

to disable the use of LIST -a. See https://trac.cyberduck.io/wiki/help/en/problems.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#2916 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

See also #2916.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 8c2b194.

@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 high priority
Projects
None yet
Development

No branches or pull requests

2 participants