in reply to Re: Archive::Zip error when reading a zip file format error: bad signature
in thread Archive::Zip error when reading a zip file format error: bad signature
according to This therad Archive::Zip can only handle up to 4 GB. I have a code that includes zipping functionality and I need to extend it to be able to zip + GB archives.
I am using IO::Compress::Zip to do that since I can pass an option zip64 => 1 for +4 GB files, but I also need to rename the member files inside the archives after zipping and IO::Compress::Zip doesn't seem to offer this functionality.
so I thought about zipping with IO::Compress::Zip and renamein member files with Archive::Zip. I ran a little test before I do this to see if it is possible with big archives and that was my original post.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Archive::Zip error when reading a zip file format error: bad signature
by ww (Archbishop) on Aug 01, 2014 at 13:52 UTC | |
by mhd.tahawi (Initiate) on Aug 01, 2014 at 14:06 UTC |