GitXplorerGitXplorer
m

landrop

public
4 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
f966d43110f9cc5e751399f4f67baa456cf80fbb

add upload form

mmastercactapus committed 2 years ago
Unverified
53de8c4c3e5ad8cb74630ea5f6b8f9b6aab37cb9

fix dnd upload

mmastercactapus committed 2 years ago
Unverified
b6a2f50029f0722f4b6cf3d45b62e4241a88b3af

add rename support

mmastercactapus committed 2 years ago
Unverified
5028ae96b71ef4c7f794ecec18b8abd88609e579

finish delete

mmastercactapus committed 2 years ago
Unverified
cdedf0e24d4f49393d6f214d92de07adee192e6b

initial commit

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