Skip to content

mastercactapus/landrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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