You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the library to open a zip file for reading if a file is on http server?
I have an url for my zip file like http://host.com/file.zip
I want to open this file and extract all files from it. But i can not store a file on disk.
Is it possible?
Also, to read compressed files from it i will also need a read stream. No just save to a disk.
Is this library good for it? If not, is it hard to modify the library or make something over it to work with streaming?
The text was updated successfully, but these errors were encountered:
Is it possible to use the library to open a zip file for reading if a file is on http server?
I have an url for my zip file like http://host.com/file.zip
I want to open this file and extract all files from it. But i can not store a file on disk.
Is it possible?
Also, to read compressed files from it i will also need a read stream. No just save to a disk.
Is this library good for it? If not, is it hard to modify the library or make something over it to work with streaming?
The text was updated successfully, but these errors were encountered: