https://github.com/mastercactapus/landrop
A simple HTTP server for sharing files on your local network.
https://github.com/mastercactapus/landrop
fileserver simplehttpserver tools
Last synced: 16 days ago
JSON representation
A simple HTTP server for sharing files on your local network.
- Host: GitHub
- URL: https://github.com/mastercactapus/landrop
- Owner: mastercactapus
- License: apache-2.0
- Created: 2022-11-09T00:21:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T23:42:24.000Z (about 1 year ago)
- Last Synced: 2025-07-09T06:40:44.526Z (9 months ago)
- Topics: fileserver, simplehttpserver, tools
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LAN Drop
A simple HTTP server for sharing files on your local network.

## Usage
To share the current directory (read-only) at `http://landrop.local:8000` run `landrop` from the directory you want to make available.
To run/install directly from source:
```bash
go run github.com/mastercactapus/landrop
```
To allow uploads, add the `-w` flag:
```bash
go run github.com/mastercactapus/landrop -w
```