home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / compress / 4128 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.4 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!nntp-server.caltech.edu!madler
  2. From: madler@cco.caltech.edu (Mark Adler)
  3. Newsgroups: comp.compression
  4. Subject: Re: Floppy-sized Zipping (was: when Zip is a LOT better ...)
  5. Date: 11 Dec 1992 20:58:24 GMT
  6. Organization: California Institute of Technology, Pasadena
  7. Lines: 21
  8. Message-ID: <1gavdgINN12s@gap.caltech.edu>
  9. References: <1992Dec4.033439.9038@midway.uchicago.edu> <ByuwI8.MA9@chinet.chi.il.us> <1992Dec11.185530.11564@rei.com>
  10. NNTP-Posting-Host: sandman.caltech.edu
  11.  
  12.  
  13. >> There is.  For ZIP, there is a program called "ZIP Chunker" for MS-DOS
  14. >> which will take a large ZIP file and break it into floppy-sized chunks,
  15. >> where each chunk is still a full and complete ZIP file.
  16.  
  17. Info-zip's Zip comes with a program that does the same thing called
  18. "zipsplit".  It will also produce an index file, with the space for
  19. that file deducted from the first disk so it can be written there.
  20.  
  21. It too requires that you have space for the unsplit zip file, and
  22. will not split entries across zip files in order to make full and
  23. complete zip files, as above.  This latter restriction makes it of
  24. dubious use for backups, since you can easily have a zip entry
  25. larger than your media size.  The (still in a gaseous state but
  26. slowly condensing) new PKZIP 2.x will define a way to split zip entries
  27. across zip files, and Infozip will implement it.
  28.  
  29. zipsplit would be useful for making a multi-disk distribution.
  30.  
  31. Mark Adler
  32. madler@cco.caltech.edu
  33.