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

Downloading files with certain Non-ASCII chars seems to fail #1959

Closed
cyberduck opened this issue Apr 18, 2008 · 2 comments
Closed

Downloading files with certain Non-ASCII chars seems to fail #1959

cyberduck opened this issue Apr 18, 2008 · 2 comments

Comments

@cyberduck
Copy link
Collaborator

8fbbf88 created the issue

There seems to be an issue with file names containing Umlauts or the German 'ß'. For all of these files, the message 'Download failed' is reported. It also seems that this message is thrown if the file name contains two succeeding underscores '__'. Maybe a UTF-8 problem?
I am connected using standard FTP.

@cyberduck
Copy link
Collaborator Author

8fbbf88 commented

Example of a file to be transmitted (from host to client):

I assume the correct name of the file is Adelheid_und_ihre_Mörder-....jpg

NOOP
200 NOOP command successful
PASV
227 Entering Passive Mode (194,117,254,47,132,72).
RETR Adelheid_und_ihre_M�rder-62583174da5dfe7bfeed.jpg
550 Adelheid_und_ihre_M�rder-62583174da5dfe7bfeed.jpg: No such file or directory
NOOP
200 NOOP command successful
PASV
227 Entering Passive Mode (194,117,254,47,186,46).
RETR Adelheid_und_ihre_M�rder-62583174da5dfe7bfeed_tn.jpg
550 Adelheid_und_ihre_M�rder-62583174da5dfe7bfeed_tn.jpg: No such file or directory
NOOP
200 NOOP command successful

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Try to change the character encoding used. See 'View' → 'Text Encoding'. Try UTF-8 (the default), ISO-8859-1 and Windows-1252.

See http://cyberduck.ch/help/de/problems/index.html

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

No branches or pull requests

2 participants