1.2.0 • Published 8 years ago

file-share v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

file-share

Share directory and files on http server on a go.

Install

$ npm install file-share -g

Share Files

After Installing the module, run following command in terminal to share files/directory :

$ file-share --port --path

port (optional)

  • Provide port number, you want to use. Default port is 9000.

path (optional)

  • Absolute path of directory, you want to share. Default path is current directory.

Example

$ file-share --port 8080 --path /home/user
$ file-share --port=8080 --path=/home/user
$ file-share --port 8080
$ file-share --path /home/user
$ file-share