1.0.5 • Published 8 years ago

fileserve v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Build Status

#Fileserve

##Description Node server for sharing files in local network. Secured by basic authorization.

##Prerequisites

  • Node.js

##Installation

npm install -g fileserve

Run

fileserve --username yourusername --password yourpassword --port 9999 --filepath /path/to/file/directory

##Options

ParameterTypeDefault
usernameStringkangaroo
passwordStringelephant
portNumber3000
filepathStringpackage directory

Technologies

  • Node.js
  • ES6 with babel compilation
  • Mocha testing