fileserve

1.0.5 • Public • Published

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

Parameter Type Default
username String kangaroo
password String elephant
port Number 3000
filepath String package directory

Technologies

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

Dependents (0)

Package Sidebar

Install

npm i fileserve

Weekly Downloads

0

Version

1.0.5

License

ISC

Last publish

Collaborators

  • tondahack