1.0.5 • Published 10 years ago

fileserve v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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
1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago