0.1.5 • Published 6 years ago

simple-http-share v0.1.5

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

Simple HTTP Share

NPM version

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.

Screen Shot

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

License

MIT License

0.1.5

6 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago