-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement folder transfer #96
Comments
piegamesde
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Jan 11, 2021
I can take a look at this one. It may take me a while, but I'll try my best |
Great! If this turns out to be a larger feature, you can split it up into multiple smaller pull requests. |
@Pleto Any updates on this? |
piegamesde
removed
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Mar 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: