]> Sergey Matveev's repositories - uploader.git/blob - README
912997137379f897d1f7abfa415318840bc7979f
[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 BLAKE2s 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 blake2s somedata.tar.gpg