maxomatic458 / quic-send

A quic based peer-to-peer file transfer tool
MIT License
10 stars 0 forks source link
file-transfer p2p quic

quic-send

quic-send is a peer-to-peer file transfer tool that uses the QUIC protocol to transfer data over a direct connection (no relay involved).

[!NOTE] Because quic-send uses NAT-traversal, a direct connection might not be possible on every network.

demo

Features

Usage

Sending files

$ qs send <file/folder>
code: 123456
on the other peer, run the following command:

qs receive 123456

Receiving files

$ qs receive 123456

Comparison with other file transfer tools

Feature quic-send Magic Wormhole croc
Encryption
Direct (P2P) transfer (✅)*
Resumable transfers
Transfer files & Folders
(fallback) Relay server