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

Break large files into smaller chunks for upload. #10334

Closed
cyberduck opened this issue May 23, 2018 · 3 comments
Closed

Break large files into smaller chunks for upload. #10334

cyberduck opened this issue May 23, 2018 · 3 comments

Comments

@cyberduck
Copy link
Collaborator

a9f7d39 created the issue

Is there any way to set cyberduck to break large files into chuncks when uploading?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

For some protocols we do use multipart uploads if the API supports chunking. These are OpenStack Swift, Backblaze B2 and Amazon S3.

@cyberduck
Copy link
Collaborator Author

a9f7d39 commented

The reason I ask is that I am trying to upload large files to a nextcloud setup using webdav. I am having problems with files over 10Gb. When I use the nextcloud folder sync app these files transfer fine but the sync app breakes the files up into smaller files then puts them together when the transfer is done. This requires me to sync a folder, but I just want to upload files from time to time using cyberduck. Is there any way to set cyberduck to break the files up with webdav on nextcloud?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 reyes136]:

The reason I ask is that I am trying to upload large files to a nextcloud setup using webdav. I am having problems with files over 10Gb. When I use the nextcloud folder sync app these files transfer fine but the sync app breakes the files up into smaller files then puts them together when the transfer is done. This requires me to sync a folder, but I just want to upload files from time to time using cyberduck. Is there any way to set cyberduck to break the files up with webdav on nextcloud?
Unfortunately not as this is not something supported by WebDAV (we would need to have a way to post process uploaded files). The sync client is possibly using additional proprietary API. You can possibly remedy the issue by adjusting your configuration as documented in https://docs.nextcloud.com/server/13/admin_manual/configuration_files/big_file_upload_configuration.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

1 participant