adm-zip
adm-zip copied to clipboard
Huge entry count problem
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
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.