Thread
Thread Index
Message
On Feb 9, 2010, at 18:44, Jason Venner wrote:
> I have an application that generates quite large zip files, where the
> individual files stored in the zip are greater than 4gb. Are there any plans
> to support allow large files with libzip?
> It looks to me, that the code internally manages offsets and file sizes as
> unsigned integers, capping things at 4gb.
The development version has been cleaned up in this regard, both internally
and in the API, in preparation for eventual zip64 support. It will come, but
it will take some time.
> I get the ‘Not a Zip File’ error when opening the files.
Because they (need to) use the zip64 extension, and libzip does not
understand it (yet).
yours,
dillo
Made by MHonArc.
|