node-unzip
node-unzip copied to clipboard
node.js cross-platform unzip using streams
I am getting the following error when running node-unzip in combination with a http.get request, then piping it into node-unzip. The code I use: ``` var extractor = unzip.Extract({path: tempPath});...
I want to unzip the archive. in which there are files and folders. - test.png 1kb - test.txt 1kb - folder1/ |- one.png 1kb |- two.png 1kb Restore the same...
A functionality to get the content inside the zip into a byte stream
Nothing has happend over more then 5 years, things are deprecated - Take it down - Recommend anything else - Take care of the PR and the issues - Hand...
I cannot unzip the file I download from this site. http://subscene.com/subtitles/the-moth-diaries/english/627840 The problem is: unzip.Extract never emit "close" event, and the entry (the .srt file) has 0 KB (as in...
I have a user folder in Win 8 with a space in it, Unzip fails to complete any commands, reporting that there is no such file as or .zip
Hi, I have an issue in unzip the password protected file. Is their a way to do that. It's very critical issue? Thanks, Vivek
The typescript signature for Entry is: ```typescript export interface Entry { path: string; type: 'Directory' | 'File'; size: number; pipe: (stream: NodeJS.WritableStream) => void; autodrain: () => void; } ```...
My unzip routine has stopped working this week because the 'end' event isn't firing. A code sample that doesn't work is: function unzip_archive(archive, callback) { console.log("unzip_archive", archive); fs.createReadStream(archive).pipe(unzip.Parse()).on('entry', function(entry) {...
[samples.zip](https://github.com/EvanOxfeld/node-unzip/files/1678258/samples.zip) sample zip files will cause unzip in dead _flush loop, handle the error and finish events can avoid this.