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

Parser trims white space from beginning/end of file names where it should not #1381

Closed
cyberduck opened this issue Dec 3, 2007 · 3 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

77aae3d created the issue

Steps to reproduce:

  1. Upload a file with trailing or beginning white space (e.g. " test.txt" or "test.txt " using another ftp client (like the command line ftp client bundled with many OSes)

  2. Try to download that file with Cyberduck

Expected result: File is being downloaded
Actual result: "Error downloading file: No such file or directory"

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Same as #1118 and #1200

@cyberduck
Copy link
Collaborator Author

cyberduck commented Jan 3, 2008

@dkocher commented

This is related to issue #12092.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

To make the parser aware of whitespace in filenames (leading or trailing), enter

defaults write ch.sudo.cyberduck ftp.parser.whitespaceAware true

in a Terminal.app window. As of a9d993b.

@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