]> Sergey Matveev's repositories - uploader.git/blob - README
Move to BLAKE2b, as it is faster
[uploader.git] / README
1 Simplest form file uploader.
2 It just saves uploaded file from HTML form to the new file on the disk.
3 Also it calculates BLAKE2b checksum, replying with it in the answer.
4
5 You can upload files with curl:
6
7     curl -F fileupload=@somedata.tar.gpg http://localhost:8086/upload/
8
9 You can verify integrity locally:
10
11     b2sum -a blake2b somedata.tar.gpg