Warning
This project is no longer maintained due to its main dependency (wrtc) not being updated for newer node.js versions. Please use the Web UI instead - https://drop.lol
wrtc takes a while to get updated to the latest node.js version.
Usage of LTS versions of node.js is recommended with this package.
drop.lol CLI client.
See: filedrop-web and filedrop-ws for more information regarding this project.
Quickstart:
npx droplol ./file.txt
# or, if you only want to receive files:
npx droplol
Usage: npx droplol [file] [-n network]
--help, -h prints help
--network, -n sets network name
When file is provided, the file is sent and then the program exits.
When no file is provided, the program will receive all files and
save them in the current directory.
When installed globally (npm install -g droplol
) the command is available as drop
.