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

Option to skip calculating checksum #10215

Closed
cyberduck opened this issue Feb 4, 2018 · 6 comments
Closed

Option to skip calculating checksum #10215

cyberduck opened this issue Feb 4, 2018 · 6 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

055f5dd created the issue

First, thanks for the App, great job!
I am using Duck CLI to upload a bunch of files (~25k) to an Azure Storage.
There's a lot more files there (250k), I tried using synchronize and now I am using the upload function, but both are very slow because of the checksum (md5). Is there a way to disable that? Like, just verify if file exists or file datetime instead of doing this checksum?

Thanks in advance!

@cyberduck
Copy link
Collaborator Author

055f5dd commented

I forgot to said that I am already using the skip parameter on existing, but it still calculates the checksums.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

There is currently no way to disable the MD5 checksum calculation.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Checksum calculation can be disabled by setting defaults write ch.sudo.cyberduck queue.upload.checksum.calculate false.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In b7eb85c for CLI.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In cd1c3ca preference option for macOS.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 8ed928c preference option for Windows.

@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
Projects
None yet
Development

No branches or pull requests

2 participants