[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ETL for Flexcab Sample Requests failed with file size error
From: |
Paul Eggert |
Subject: |
Re: ETL for Flexcab Sample Requests failed with file size error |
Date: |
Thu, 26 Jul 2012 18:55:11 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 |
On 07/26/2012 06:25 PM, Techow, Ric wrote:
> Should gzip be able to handle files produced by PKZIP in ZIP64 format
It's the first I've heard of that format, so I
don't know the answer to your question. Can zlib
handle it? If so, I'd suggest rewriting gzip to
use zlib, which is on my long list of things to do.
If not, zlib is probably the first thing that needs
to get changed.