Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-jzk/lanshare
Quickly share files on the LAN
https://github.com/j-jzk/lanshare
file-sharing ftp lan
Last synced: 25 days ago
JSON representation
Quickly share files on the LAN
- Host: GitHub
- URL: https://github.com/j-jzk/lanshare
- Owner: j-jzk
- License: bsd-3-clause
- Created: 2023-04-04T05:53:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-09T14:30:13.000Z (about 1 year ago)
- Last Synced: 2024-06-20T23:58:22.656Z (5 months ago)
- Topics: file-sharing, ftp, lan
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LANShare
A program to quickly & easily share files on the LAN.
Running LANShare starts a web server which you can open and download files from (upload is also available).## Example
Running `lanshare -u` and opening `localhost:8080` gives the following result:![Screenshot of LANShare](screenshot.png)
## Usage
```
lanshare [-u] [-p ] | [-h|-help]
-h|-help display help
-p the port to listen on (default 8080)
-u whether to allow uploads (default false)
```