walterDurin / re7zip

Automatically exported from code.google.com/p/re7zip
0 stars 0 forks source link

[feature request] add support for list contents in remote archive #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If user can first list contents in remote archive, then select which file to 
download, this will make re7zip more user friendly, as for most case, we don't 
know exactly the contents in remote archive.

Original issue reported on code.google.com by moonese on 15 Oct 2012 at 4:21

GoogleCodeExporter commented 9 years ago
Hi Moonese,

A list (/l or -l) option is added to rezip v1.2.

You can get an compiled version from: http://reboot.pro/files/file/224-re7zip/

java -jar re7zip.jar /t=iso /a=http://test.com/test.iso /l

java -jar re7zip.jar -t=iso -a=http://test.com/test.iso -l

Original comment by hulselma...@gmail.com on 11 Feb 2014 at 12:16