I recently downloaded a large number of GIS data files from a government agency to a file server and need to unzip all of them via the command line. However, unzip filename.zip is returning "Unsupported compression method 14". What does this mean? How can I extract the files?
|
| |||
|
feedback
|
migrated from serverfault.com Oct 27 '11 at 20:36
This question came from our site for system administrators and desktop support professionals.
|
These files were compressed using the LZMA algorithm (possibly using WinZip). LZMA archives are not supported by the
| |||
|
feedback
|
