]> Sergey Matveev's repositories - uploader.git/blobdiff - README
Example FreeBSD startup script
[uploader.git] / README
diff --git a/README b/README
index b97d1adfc6feaca7e545b7784e9b7898e8c913ad..912997137379f897d1f7abfa415318840bc7979f 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,11 @@
 Simplest form file uploader.
 It just saves uploaded file from HTML form to the new file on the disk.
 Also it calculates BLAKE2s checksum, replying with it in the answer.
+
+You can upload files with curl:
+
+    curl -F fileupload=@somedata.tar.gpg http://localhost:8086/upload/
+
+You can verify integrity locally:
+
+    b2sum -a blake2s somedata.tar.gpg