simple-http-upload-server
v2.0.4
Published
Simple HTTP upload server.
Downloads
6
Maintainers
Readme
Why another http upload server?
No one is usable on npm.
Installation
shell> npm install -g simple-http-upload-server
Basic usage
# change into the directory for uploading files
shell> mkdir /tmp/upload
shell> cd /tmp/upload
# launch server
shell> simple-http-upload-server
Warning
This server is designed for LAN rather than WAN. Use it in reliable network, please.