Skip to content
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

support recursive folder downloads #6

Open
mcginty opened this issue Jul 29, 2016 · 0 comments
Open

support recursive folder downloads #6

mcginty opened this issue Jul 29, 2016 · 0 comments

Comments

@mcginty
Copy link
Owner

mcginty commented Jul 29, 2016

I think this should be in Protocol v0.

Right now, the protocol is super simple: the client sends a version byte (arguably unnecessary since that can be included in the command to the server over SSH) and an offset (for resuming a previously dropped session at the right point).

The header should probably look more like

[ number of files remaining | first file header ]

where file header is

[ file name | file size remaining ]

in single file transfer mode, the simplified header of just sending the bytes remaining currently in use should still be fine.

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

No branches or pull requests

1 participant