alchemy-fr / Zippy

PHP zip/tar/bz2 archives (de)compression library with commandline or extensions
Other
470 stars 105 forks source link

Chunked archives #68

Open Anahkiasen opened 10 years ago

Anahkiasen commented 10 years ago

I couldn't find anything in the documentation, is there any way to create an archive split in chunks via Zippy ?

romainneutron commented 10 years ago

This feature is not available for the moment

cordoval commented 10 years ago

zip -s 2 can split automatically zips in 2M less in size

cordoval commented 10 years ago

@romainneutron since i need this for https://github.com/cordoval/matthew-7-12/tree/master/src now badly and is critical, do you think you will take a PR for doing this? Please tell me how you would implement it or any hints I need to mind. Thanks