Hello guys, well a old script made by aluigi, he help me with that, but for some reason it give me this error when unpack files, I got just few files and got this error.
so well maybe somebody can take a look into files? many thanks guys.
It's possible that the central directory is not "sequential" and so it arrives at a certain point and can't continue. The file you uploaded is not big enough for reaching that point, it's necessary the whole file or at least the first 16 megabytes.
Yeah it's just a classical "gap" between the various central directories. I have updated the zip.bms script to automatically guess the next directory and it worked with your sample. There are also some statistical information at the end of the extraction that give an idea if there is data that has not been read or it's all ok (coverage >= 90%).
I guess it's a cool new feature for that magic script
That message says that it's all fine, you have reached the end of the central directories and you have extracted 99% of the zip archive, the remaining 1% are the "end of central directories". So it's a success