putfile

1.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i putfile

Weekly Downloads

1

Version

1.1.1

License

ISC

Last publish

Collaborators

  • ftft1885