GitXplorerGitXplorer
m

landrop

public
4 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
1e78c753c80be536711c18b0e2a511192fd09b7b

update sys package

mmastercactapus committed 2 years ago
Unverified
741f3169dc7e8b183c79445681cc6800e5d1e707

add release workflow

mmastercactapus committed 2 years ago
Verified
235342e542e80ffaec09a0761f5c6d28703a9fb9

Create LICENSE.md

mmastercactapus committed 2 years ago
Unverified
7a619923def117848a3f04125dfb023612f15aaa

add screenshot

mmastercactapus committed 2 years ago
Unverified
9cbe028486a240125842f742fff863bebfa7ea54

fix title

mmastercactapus committed 2 years ago
Unverified
7792d3a88ca325bf5ec7418deef617036d6761da

clairify usage

mmastercactapus committed 2 years ago

README

The README file for this repository.

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