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

Stream download of archived files #194

Closed
amourzenkov-sc opened this issue Mar 21, 2018 · 1 comment
Closed

Stream download of archived files #194

amourzenkov-sc opened this issue Mar 21, 2018 · 1 comment

Comments

@amourzenkov-sc
Copy link
Contributor

What is the current behavior?
Multiple files are downloaded in sequence and archived on client side by reading their content into memory -- which is problematic for large files.

What is the expected behavior?
Server-nodejs package allows downloading of multiple files/folders with in a zip-archive. Implement this functionality. The only limitation is that files/folders to download must be from the same parent dir.

abaliunov-sc added a commit that referenced this issue Mar 21, 2018
abaliunov-sc added a commit that referenced this issue Apr 5, 2018
* #194 Stream download of archived files

* #194 Remove old code

* Fix reviewer's note
@abaliunov-sc
Copy link
Contributor

Done

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

No branches or pull requests

3 participants