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

Synchronize will fail to download files with accented characters in their names #4002

Closed
cyberduck opened this issue Dec 11, 2009 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

885023b created the issue

It seems file names containing accents cannot be downloaded using the Synchronize option. This might simply be due to the character set used to represent file names.

Here a sampling of the many errors I encountered when I tried to Synchronize (direction ==Download) a directory from my FTP server containing several files with accents.

Dict�e.jpg: Cannot open file No such file or directory.
L'�quipe.jpg: Cannot open file No such file or directory.
Traducci�n.html: Cannot open file No such file or directory.
Evaluaci�n_del_franc�s.html: Cannot open file No such file or directory.
Consultas_ling��sticas.html: Cannot open file No such file or directory.

Notice how the accented character was replaced by the unknown character glyph. Instead, the first entry should read 'Dictée.jpg'.

@cyberduck
Copy link
Collaborator Author

@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