bodewig commented on issue #84: COMPRESS-477 Add support for extracting 
splitted zip files
URL: https://github.com/apache/commons-compress/pull/84#issuecomment-560137003
 
 
   Before I start another round of review here, this is from Linux `unzip` 
manual
   
   >      Multi-part  archives  are not yet supported, except in conjunction 
with
   >      zip.  (All parts must be concatenated together in order, and then 
``zip
   >      -F''  (for  zip  2.x) or ``zip -FF'' (for zip 3.x) must be performed 
on
   >      the concatenated archive in order to ``fix'' it.   Also,  zip  3.0  
and
   >      later  can  combine multi-part (split) archives into a combined 
single-
   >      file archive using ``zip -s- inarchive -O outarchive''.  See the zip  
3
   >      manual  page  for more information.)  This will definitely be 
corrected
   >      in the next major release.
   
   I read this tosay it should be possible to combine a split archive into a 
"normal" one using `zip`. I haven't tried it myself, though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to