shareoverlan
Version:
Simple local file sharing over LAN.
35 lines (22 loc) • 507 B
Markdown
# ShareOverLAN
**Simple local file sharing over LAN.**
Share files between devices on the same network, easily and securely, with zero setup.
---
## 📦 Install
Install globally with npm:
```bash
npm install -g shareoverlan
```
And then just type shareoverlan or sol in terminal to use it.
run it different port you can also pass the port by using --port or -p
```bash
sol -p 8000
```
or
```bash
shareoverlan --port 8000
```
For Help
```bash
sol -h
```