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

Misleading error message for downloads with illegal filename #8625

Closed
cyberduck opened this issue Mar 2, 2015 · 4 comments
Closed

Misleading error message for downloads with illegal filename #8625

cyberduck opened this issue Mar 2, 2015 · 4 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

b0d215b created the issue

Premise: MS Windows doesn't allow colons (:) in file names, but *nix does.

When I download a file from a Linux system that has a colon (:) in its filename to my Windows computer, I get an error message saying:

Cannot create file [filename]. Please contact your webhost for further Help.
(Or similar, my language is in German.)

The problem is that in this case the error lies not with the webhost, but with the local operating system. So I propose to check if it's a download or an upload and change the message accordingly. So for download it should rather be:

Cannot create file [filename]. Your operating system does not seem to support the filename.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Although for the average user who isn't aware of this issue asking the hosting provider might indeed help.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 84a7def.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Revert in 7fff87f.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In fd51cf7.

@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