Direct browser transfer

P2P file transfer without uploading files to a server

p2pSend.com connects two browsers with WebRTC. The website helps both sides find each other, while the file itself is sent through a peer-to-peer data channel whenever the network allows it.

No storage upload

The file is not stored on p2pSend.com. The server handles connection signaling, not file hosting.

Session code and QR

Share a short session code or scan a QR code to connect the receiving device.

Works in modern browsers

No desktop app is required. You only need a browser with WebRTC support and a compatible network.

How browser P2P transfer works

The sender creates a session and chooses a file. The receiver joins with the code or QR link. After WebRTC negotiation, the file is split into chunks and sent through a browser DataChannel.

This design is useful when you want a quick direct transfer and do not want to leave a copy of the file in a cloud storage service.

Important limitation

p2pSend.com avoids TURN relay servers to reduce server load. Because of that, some strict mobile, office, or carrier networks may block direct peer-to-peer connectivity.