Is there a way to read the properties of a compressed archive?
3 answers
If you want to get the properties of the .zip file, you can try my a Zip-Parser , It is written in Perl, and you may have to install some modules.
Be sure to comment 'Compressed Data'
in zip_parser.conf
by adding with #
, otherwise you will be printing a lot of compressed data.
+1
a source to share