Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
A simple file server that lets you easily share many big files like photos and videos with friends (or between your devices) over a local network without requiring an internet connection. It starts an HTTP server that lists all files and directories in the directory where it is started from. Then anyone can then connect to the server and download files or automatically generated ZIP of whole directories (kind of like Google Drive.) The client can also upload files to the server via their browser, and clipboard card be shared both ways. A QR code is generated for convenience.
npm install -g ezshare
If you don't want to install Node.js, you can download a zipped executable of
ezshare:
Then extract the executable and put it in a folder where you can run it from the command line. You may have to right click the icon and then press "Open" first (on Mac.)
cd /path/to/your/shared/folder
ezshare
Alternatively you can pass it the path you want to share:
ezshare /your/shared/folder
For more info run
ezshare --help
Made with ❤️ in 🇳🇴
Follow me on GitHub, YouTube, IG, Twitter for more awesome content!