simple-file-transfer

1.0.2 • Public • Published

simple-file-transfer

A simple way to transfer content through HTTP into a file at the receiving end.

Usage:

Run it at http://localhost:3000/:

npx simple-file-transfer

Send content to http://localhost:3000/:

curl -X POST -H "Content-Type: text/plain" --data-binary "Some content" http://localhost:3000/

The content will be writen to output.txt.

Readme

Keywords

none

Package Sidebar

Install

npm i simple-file-transfer

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.35 kB

Total Files

3

Last publish

Collaborators

  • ile