X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=README;h=053829e016dd7385e3306c272f42460c229c04ce;hb=6aae3509e422e5033321f51ea54e1615da78099d;hp=823492a49f8895b01a55c1ec6d3b0b1b2b8fad4b;hpb=8c7c24d7d63fd2c4b5216a1961bad468613ba461;p=uploader.git diff --git a/README b/README index 823492a..053829e 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ Simplest form file uploader. + It just saves uploaded file from HTML form to the new file on the disk. Also it calculates BLAKE2b checksum, replying with it in the answer. @@ -6,6 +7,12 @@ You can upload files with curl: curl -F fileupload=@somedata.tar.gpg http://localhost:8086/upload/ + curl -F fileupload=@somedata.tar.gpg -F comment="optional comment" http://localhost:8086/upload/ + You can verify integrity locally: b2sum -a blake2b somedata.tar.gpg + +You can enable mail notification with -notify-to and -notify-from options. + +uploader is free software: see the file COPYING for copying conditions.