NAME

zipdetails - display the internal structure of zip files

SYNOPSIS

zipdetails [-v] zipfile.zip zipdetails -h

DESCRIPTION

Zipdetails displays information about the internal record structure of the zip file. It is not concerned with displaying any details of the compressed data stored in the zip file.

The program assumes prior understanding of the internal structure of a Zip file. You should have a copy of the Zip APPNOTE file at hand to help understand the output from this program (SEE ALSO for details).

OPTIONS

By default zipdetails will output the details of the zip file in three columns.

If the -v option is present, column 1 is expanded to include

TODO

Error handling is still a work in progress. If the program encounters a problem reading a zip file it is likely to terminate with an unhelpful error message.

SUPPORT

General feedback/questions/bug reports should be sent to <https://github.com/pmqs/IO-Compress/issues> (preferred) or <https://rt.cpan.org/Public/Dist/Display.html?Name=IO-Compress>.

SEE ALSO

The primary reference for Zip files is the appnote document available at <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.

An alternative reference is the Info-Zip appnote. This is available from <ftp://ftp.info-zip.org/pub/infozip/doc/>

The zipinfo program that comes with the info-zip distribution (<http://www.info-zip.org/>) can also display details of the structure of a zip file.

See also Archive::Zip::SimpleZip, IO::Compress::Zip, IO::Uncompress::Unzip.

AUTHOR

Paul Marquess pmqs@cpan.org.

COPYRIGHT

Copyright (c) 2011-2019 Paul Marquess. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.