1.0.4 • Published 7 years ago

lan-file-sharing v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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