P2P File Sharing (WebRTC)
Transfer files directly from device to device without uploading them to any cloud server. Uses WebRTC for secure, high-speed, peer-to-peer data transfer.
Click below to initialize WebRTC connection code.
How to use
- On the sending device, select a file to generate a connection offer code.
- Copy and share the offer code with the receiver.
- The receiver pastes the code to connect, then the files transfer directly between your browsers.
Frequently asked questions
How fast is the transfer?
Because it's peer-to-peer, the transfer speed is only limited by your local network connection and internet upload/download speeds.
Is it secure?
Yes. WebRTC connections are fully encrypted end-to-end (DTLS/SRTP), and the file is never stored on any intermediate server.