Drop from a phone
Open the Network URL from the console. Drag files into the page or tap Upload. They land in the Windows folder immediately.
Portable Windows · no install
Run one .exe. LanDrop creates shared_files next to itself, serves a simple web page on your LAN, and logs every upload, download, and Explorer change in a console window.
Open the Network URL from the console. Drag files into the page or tap Upload. They land in the Windows folder immediately.
The page lists every file in shared_files. Download links stream from the PC that is running LanDrop.
Copy or delete files in Windows. The web UI refreshes over Server-Sent Events (with a short poll fallback).
landrop.exe anywhere — USB stick, desktop, Downloads.http://127.0.0.1:8080/ on that PC, or the printed LAN address on other devices.LanDrop has no password in v0.1. Anyone on the same network can read and write the folder. Use it on networks you trust.
8080. Override with -port or LANDROP_PORT.0.0.0.0 so phones can connect. -bind 127.0.0.1 limits to this PC.shared_files is created beside the executable. LANDROP_DIR overrides the parent directory.0.1.0. See the repo changelog.