file-share
v1.2.0
Published
Share directory and files on http server on a go.
Downloads
6
Readme
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