1.1.1 • Published 10 years ago
putfile v1.1.1
putfile@1.1.0
File Upload server with command-line
===
Installation
npm install putfile -g
Usage
Send one file
curl -T my.file URL
# short for `curl --upload-file`
Send multiple files
curl -F "foo.file=@foo.file" -F "bar.rename=@bar.file"
# short for `curl --form`
Send stdin
cat my.file | curl -F my.file=@-
License
ISC