Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Implement folder transfer #5

Closed
piegamesde opened this issue Nov 5, 2020 · 1 comment
Closed

Implement folder transfer #5

piegamesde opened this issue Nov 5, 2020 · 1 comment

Comments

@piegamesde
Copy link
Owner

Transferring folders is not that much more complex than transferring files: simply zip all files and send that one with some special metadata. The receiving end might even be able to unzip the thing on the fly, so no temporary file here.

The problem for a streaming send is that we need to know the number of compressed bytes in advance, so that might be a bit tricky but probably nothing insurmountable.

@piegamesde
Copy link
Owner Author

Moved to magic-wormhole#96

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant