Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
/ droplol Public archive

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

License

Notifications You must be signed in to change notification settings

mat-sz/droplol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.