Peerbeam.mp4
PeerBeam is a tool for fast and secure file transfer between computers.
- direct file transfer between two computers
- WebRTC for secure, p2p communication
- cross-platform: works on Windows, Linux, macOS
- no port-forwarding or network config needed
- supports ipv6 and ipv4
Install Go then run:
go install github.com/krisapa/peerbeam@latest
This will install the peerbeam binary to your $GOPATH/bin.
To send a file run:
peerbeam send <file1> <file2> ...To receive files run:
peerbeam receiveYou can also query a STUN server:
peerbeam stun