Get the latest tech news

QUIC File Transfer Service, a CLI and srv for transferring large files


a file transfer service utilizing quic. Contribute to sirgallo/quicfiletransfer development by creating an account on GitHub.

The File Transfer Service utilizes the quic-go implementation of the quic Protocol, built on top of UDP. Since quic allows for multiplexing of streams on a single connection, the service takes advantage of this to attempt to speed up file transfers by processing and writing the file from the remote host (the server) to the destination (the client) concurrently. Each stream is made aware of its start offset and the size of the chunk it is processing.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of CLI

CLI

Photo of large files

large files

Photo of srv

srv

Related news:

News photo

Show HN: zfind – CLI like find but using SQL syntax and also does tar/zip

News photo

Entropy, a CLI that scans files to find high entropy lines (might be secrets)

News photo

Zig's new CLI progress bar explained