lan-file-sharing

1.0.4 • Public • Published

You can use this module to share files on a local network

Example:

var ss=require("lan-file-sharing");

ss.share("D:\\hello.mp3",8022);//ss.share(File path to share,port)

ss.get("E:\\",8022);//ss.share(File path to download,port)

ss.win_unshare(8022);//Close the port in Windows

Package Sidebar

Install

npm i lan-file-sharing

Weekly Downloads

2

Version

1.0.4

License

ISC

Last publish

Collaborators

  • milad.ashjari