/landrop

A simple HTTP server for sharing files on your local network.

Primary LanguageGoApache License 2.0Apache-2.0

LAN Drop

A simple HTTP server for sharing files on your local network.

image

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:

go run github.com/mastercactapus/landrop

To allow uploads, add the -w flag:

go run github.com/mastercactapus/landrop -w