0.2.6 • Published 6 years ago

http-file-server v0.2.6

Weekly downloads
3
License
GPLv3
Repository
github
Last release
6 years ago

Simple HTTP file server (Node.JS)

NPM

WARNING! This is a dead project. Any updates usually is just for supressing vulnerability alerts.

Usage

To start file server in current working directory on 8080 port:

./http-file-server.js

For details run ./http-file-server.js --help:

USAGE
=====

--help      View this information
--path=abc  Set path of file server root directory (default is current dir)
--host=abc  Hostname of http-server (default is "localhost"),
            use "*" for any host
--port=abc  Port of http-server (default is "8080")
--browse    Open hostname in browser (via "xdg-open")
--debug     Logging every request
--no-cache  Disable caching in headers

Author

Viacheslav Lotsmanov

License

GPLv3

0.2.6

6 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago