simple-http-share
v0.1.5
Published
A simple utility to quickly share or receive files from a directory to other machines over the LAN using HTTP
Downloads
21
Maintainers
Readme
Simple HTTP Share
Simple HTTP Share is a small utility to quickly share files from a directory to other machines on the LAN using HTTP (similar to Python's SimpleHTTPServer). You can also upload files to the host machine and quickly download entire folder contents.
Installation
npm -g install simple-http-share
Usage
$ cd directory/to/share
$ simple-http
Optional Arguments
Usage: simple-http [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --auth <password> Protect with basic HTTP auth
-h, --hostname <address> Bind to hostname
-p, --port <num> Port Number
-i, --interface <num> Bind to Network Interface
-s, --show-hidden-files Shows hidden files in directory
-u, --disable-uploads Disables the upload file feature