<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 19, 2014 at 4:16 PM, Jim Michaels <span dir="ltr">&lt;<a href="mailto:jmichae3@yahoo.com" target="_blank">jmichae3@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:10pt;font-family:Courier New,courier,monaco,monospace,sans-serif">there is a bug in older versions of z cerain dll use4d by windows for &quot;compressed(zipped) folders&quot; in XP. I don&#39;t trust it. it corrupts and drops data according to my testing. the problem you had doesn&#39;t surprise me. it also doesn&#39;t handle files/archives over 2GiB. use 7-zip command-line:<br>
cd somedir<br>7z a ..\something.zip <br>or<br>cd somedir<br>7z a something.zip abc\*<br><br><div><span>it has some bugs with regards to recursive directories (always on regardless of -r switch)</span></div><div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif">
<br><span></span></div><div style="font-style:normal;font-size:13.3333px;background-color:transparent;font-family:Courier New,courier,monaco,monospace,sans-serif"><span>the issue with compressed(zipped) folders seems to have been fixed in windows 7 AND the 2GiB limit is fixed.<br>
</span></div></div></div></blockquote><div><br></div><div>The Windows implementation of Zip has nothing to do with any of the missing files or such. All of that is handled by zlib on a Linux host.</div><div><br></div><div>
--Greg</div></div></div></div>