home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!madler
- From: madler@cco.caltech.edu (Mark Adler)
- Newsgroups: comp.compression
- Subject: Re: PKZip 2.x
- Message-ID: <1992Jul24.204620.10408@cco.caltech.edu>
- Date: 24 Jul 92 20:46:20 GMT
- References: <14n1vhINNrhc@agate.berkeley.edu> <1992Jul24.122630.1545@gandalf.ca>
- Sender: news@cco.caltech.edu
- Organization: California Institute of Technology, Pasadena
- Lines: 35
- Nntp-Posting-Host: bartman
-
-
- >I was wondering if the current ZIP file format fully machine and
- >platform independent; i.e., will it support extended file
- >attributes in OS/2, extended attributes/filenames in Unix, etc.
-
- To elaborate on a previous response, Info-zip's next version will
- support full OS/2 and VMS attributes. Whether this is part of the
- "ZIP file format" depends on what you mean.
-
- PKZIP's definition of the zip file format includes what are called
- "extra" fields that allow you to put whatever you want there, and
- if an unzipper doesn't recognize the stuff in the extra field, it
- can ignore it. Info-zip has taken advantage of this for OS/2 and
- VMS. We have sent the specifications of those extra fields to
- PKWare, and they may or may not choose to make those an "official"
- part of the PKZIP definition.
-
- As for Unix, our current version of zip and unzip already handle
- long Unix filenames and Unix attributes, with the exception of
- symbolic and hard links. (Actually our current zip handles symbolic
- links, but unzip doesn't.) Our new versions of zip and unzip will
- fully handle symbolic links, but will still not recognize hard links.
- It also does not handle owners and groups. My recommendation is that
- if you need that level of fiel system fidelity, that you use tar to
- archive and only use zip to compress. Our new zip can be used as
- a filter, just like the Unix compress command.
-
- To answer the inevitable question, "so when do we see this new zip
- and unzip?", I'd guess about the middle of August. They are both
- actually ready now, but two of the major contributors are on vacation
- until then, so we are waiting for them to put together the final
- packages.
-
- Mark Adler
- madler@tybalt.caltech.edu
-