Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

FR: Checksums to prevent uploads with corrupted files #719

Open
felixboehm opened this issue Jul 4, 2016 · 2 comments
Open

FR: Checksums to prevent uploads with corrupted files #719

felixboehm opened this issue Jul 4, 2016 · 2 comments

Comments

@felixboehm
Copy link
Contributor

Is there a plan to add checksums to iOS app for uploads?
@dragotin

Tell us what could be improved:

Maybe this is an approach:
checksumming.patch.txt
@nasli

@davivel
Copy link
Contributor

davivel commented Jul 6, 2016

Some more context, please? A reference to the work on this for the desktop client, maybe?

Thanks.

@dragotin
Copy link

There is lengthy discussions about: owncloud/client#3735 for example or owncloud/client#4375 .

The basic version is:

  • On download you get a checksum in a http header from the server that you should validate
  • On upload you set a checksum in a http header that the server verifies once the file made it to its final destination.

Nice to have feature, but honestly I would not put a high priority on it.

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

4 participants