adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

Huge entry count problem

Open grumpitect opened this issue 9 years ago • 1 comments

I have a zip file with about a million entries and your library just reads the first 65535 entries! Please, Fix this (or provide a solution that I can use myself) as my project is highly dependent on this feature.

Thank you in advance

grumpitect avatar Sep 13 '15 08:09 grumpitect

Just ran into this same problem almost 5 years later. It happens because adm-zip doesn't read zip64 data. I managed to make it work by reading the file count from the zip64 header.

pierre-lehnen-rc avatar Jan 21 '20 05:01 pierre-lehnen-rc