vote up 3 vote down star
2

Hi all,

I need to make a zip file available to all my windows users visitors, so I naively produced a zip file with the unix zip command (let's call it madeinlinux.zip).

It opens successfully with WinRar or Winzip, but those of my users who are using the standard windows zip file handling experience failure when trying to unzip it. (Win XP)

I compressed the same data using windows built-in zip mecanism, and from a linux point of view, I cannot see any difference in the file type:

$ file madeinlinux.zip :  Zip archive data, at least v2.0 to extract
$ file madeinwindows.zip : Zip archive data, at least v2.0 to extract

They're must be something specific to a windows compatible zip file.

Does anyone knows what?

Cheers !!!

J.


1  
Could you produce one of these ZIP files (with dummy content) and put it on a server for us to download and inspect? – Bernhard Hofmann Jul 10 at 10:45
This sounds like a case for superuser.com, if it exists yet. – unwind Jul 10 at 10:45
Sure bernhard, here's the culprit: careerjet.co.uk/devel/Services_Careerjet.zip/… – jeje Jul 10 at 10:51
The only windows machine I had to test was a Windows 7 one, and that had no problems opening and extracting the file using explorer. – Andre Miller Jul 10 at 10:55
hail windows 7 ! – jeje Jul 10 at 11:13
show 1 more comment

migrated to superuser.com by Jeff Atwood Jul 16 at 9:38

Browse other questions tagged or ask your own question.