mat-sz / droplol

📲 drop.lol CLI client for easy peer-to-peer file transfers.

Home Page:https://drop.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

droplol

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.

Screenshot

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

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.

About

📲 drop.lol CLI client for easy peer-to-peer file transfers.

https://drop.lol

License:BSD 3-Clause Clear License


Languages

Language:TypeScript 55.9%Language:JavaScript 44.1%