wchang22 / LuminS

A fast and reliable alternative to rsync for synchronizing local files written in Rust
MIT License
360 stars 17 forks source link

File Compression #14

Open wchang22 opened 5 years ago

wchang22 commented 5 years ago

Compress files before transferring

naturallymitchell commented 5 years ago

something like Actix Net/Web could do this on the fly, ie https://docs.rs/actix-web/0.6.1/actix_web/http/enum.ContentEncoding.html

dblugeon commented 5 years ago

do you want compress files in the destination ?