Zhare is a command-line tool designed to simplify file sharing within your local network.
- Simple and Fast: Quickly share files with others on your local network.
- No External Dependencies: Single binary for straightforward use.
- Cross-Platform: Works on Windows, macOS, and Linux.
To install Zhare, use the following command:
go install github.com/AgusDOLARD/zhare@latest
Specify the path to the file you want to share:
zhare path/to/your/file other/file ...
Or, if you want to share a directory, use the --dir
flag:
zhare --dir path/to/your/directory
- -p, --port: server port
- -d, --dir: directory to serve
- --[no]-log: enable/disable logging
This project is licensed under the MIT License - see the LICENSE file for details.