Results 1 to 3 of 3
Hi folks,
I would like to extract a password protected winzip 10.0 file under linux. However, gunzip, unzip etc. cannot handle this and just print "unknown compression method 99". Does ...
- 02-22-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
extract password protected winzip 10.0 file
Hi folks,
I would like to extract a password protected winzip 10.0 file under linux. However, gunzip, unzip etc. cannot handle this and just print "unknown compression method 99". Does anybody know a linux program that can extract these files?
Thanks
- 02-22-2007 #2
Doesn't
works ?Code:unzip -P your_password zip_file.zip
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-22-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
no...
No, sorry, it doesn't. It says: "unsupported compression method 99".
Seems to be a new format introduced in Winzip 10.0. Is there a linux program out there that can decompress it?


Reply With Quote
