1.1.2 • Published 7 years ago

node-file-service v1.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

node-file-service

File service over http

view on npm

Install

$ npm install -g node-file-service

Usage

$ node-file-service

Available Options:

-p Port to use (defaults to 8000)

-d Storage folder to use (defaults to './')

API Reference

Save file

$ curl -F "file=@/home/user/Desktop/test.jpg" \
    localhost:8000/test.jpg

Get file

$ curl localhost:8000/test.jpg
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago