file-share

1.2.0 • Public • Published

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

/file-share/

    Package Sidebar

    Install

    npm i file-share

    Weekly Downloads

    0

    Version

    1.2.0

    License

    ISC

    Last publish

    Collaborators

    • abhismcet005