1.1.1 • Published 9 years ago

putfile v1.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

putfile@1.1.0

NPM version Downloads

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