peerscp
v1.1.1
Published
a command line tool for sending files to your friends via webRTC
Downloads
10
Maintainers
Readme
peerscp
a dumb-simple peer-to-peer "scp" over webrtc
this still doesn't work with directories, nor does it support encryption. pull requests are super welcome!
usage
peerscp [email protected]
Start a receiver on my-symmetric-key at the given signal server. Share the symmetric key with your friend.
peerscp *.gif [email protected]
Send all files matching *.gif to whoever is listening at my-symmetric-key on the given signal server. This will only work if someone has run the receiver command elsewhere.
install
With npm, do:
npm install -g peerscp
license
MIT