Drop is a command-line tool for sending files and folders between computers. Run
drop and choose send or receive. The sender gets a code to give to the
receiver.
Transfers are end-to-end encrypted and go directly between the two computers. If a direct connection isn't possible, they fall back to a relay: by default a public one run by n0, the makers of iroh, or one you host yourself. The relay only sees encrypted data.
Works across Linux, macOS and Windows.
Note
Drop is early software. Use the same version on both computers.
Linux and macOS:
curl -fsSL https://github.com/op-q/drop/releases/latest/download/install.sh | shWindows, in PowerShell:
irm https://github.com/op-q/drop/releases/latest/download/install.ps1 | iexdrop
drop send [filepath]
drop recv [code]- Documentation: security, protocol, and running your own relay
- MIT License