-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Segmented download fail with longer filenames #10726
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you try to download a file with a longer name on windows, you sometimes encounter a access denied error. But it's not because of the permissions but because the folder and .cyberducksegment file just break the windows (or maybe NTFS) name limits.
For example I bought an Album and want to transfer it from my Server. The filename is
Creating a file on windows with that name is no issue.
But if you try to create that file in a folder called
like cyberduck tries to you get an error because the name is too long, so cyberduck fails to download the file. So without renaming the file on the server I have no chance to download it even though it should be possible. This is compounded by the issue that the .cyberducksegment extension is really long so you encounter this issue a lot earlier than with a shorter file extension.
The text was updated successfully, but these errors were encountered: