putfile
v1.1.1
Published
File Upload server with command-line
Readme
[email protected]
File Upload server with command-line
===
Installation
npm install putfile -gUsage
Send one file
curl -T my.file URL
# short for `curl --upload-file`Send multiple files
curl -F "[email protected]" -F "[email protected]"
# short for `curl --form`Send stdin
cat my.file | curl -F my.file=@-License
ISC
