-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
Cannot download a files containing # #80
Comments
Identifying resources on the Web. The only way out from this situation is avoid such names, unfortunately. Have no idea how to fix this. Do you have some? Can you tell my why you need such file names? |
Looks like it related to #17. |
Fixed with 47b12bb. |
Landed in v5.7.2. |
Look like a good fix, but should it also escape other characters like |
Downloading a file with a hash is breaking in the latest Docker image. I think Here's what I'm seeing:
Using the Chrome Dev Tools, I can successfully download the test file by:
I've sent a Pull Request with a fix that works after editing |
Thank you :). Landed in v9.1.4 |
cloudcmd -v
): v5.7.0 (Dockerized version)If a file contains
#
in its name, drag & drop of that file to the local file explorer will fail: Browser says cannot find the file.My guess is that
#
is not escaped which leads to probably other filenames other that are not working.The text was updated successfully, but these errors were encountered: