I get a cpgz file when trying to extract the contents of a file created on an ubuntu system. Tried with 7zip, rar, zip, tar, nothing works... I really need to get this to work, so if somebody had a lead or a solution, that would be great !
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
the problem was in fact that the file wasn't a zip file at all it only contained a php error message, which obviously couldn't be uncompressed thanks for your help anyway |
|||
|
|
|
It looks like this extension is created from the cpio utility and then gzip those contents (possibly a flag to cpio similar to tar that automatically sends the file through gzip to compress/decompress it). |
|||
|