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

Incompatibility with extended LIST command #4369

Closed
cyberduck opened this issue Apr 5, 2010 · 2 comments
Closed

Incompatibility with extended LIST command #4369

cyberduck opened this issue Apr 5, 2010 · 2 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

b74f62e created the issue

A folder named "abc defg" (which contains the space character" can not be opened for listing. Instead, an error message 450 defg-a: No such file or directory is printed.

The actual folder name doesn't seem to matter much, but the pattern of 3char+space+4char. 3+spc+5 also produces the same error.

I've tested it by comparing with FTP in the MacOS terminal shell. Strangely, the same error comes out on the built in ftp client of Adobe GoLive v6.

I've attached the FTP transcript.

CWD /htdocs/abc defg
250 CWD command successful
STAT /htdocs/abc defg
211-Status of /htdocs/abc defg:
 drwxr-xr-x   2 1176838  15000        4096 Apr  5 08:57 .
 drwxr-xr-x  24 1176838  15000        4096 Apr  5 09:18 ..
211 End of status
PASV
227 Entering Passive Mode (65,254,250,100,158,100)
LIST -a
150 Opening ASCII mode data connection for file list
450  defg-a: No such file or directory

Danny


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a workaround, open Terminal.app and paste the following

defaults write ch.sudo.cyberduck ftp.sendExtendedListCommand false

Restart Cyberduck.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In more recent versions, we now have a fallback implementation of LIST.

@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