Functionality for creation of split-volume zip files based on individual byte ranges of complete file
adityakashyap2894 opened this issue · 3 comments
adityakashyap2894 commented
There does not seem to be any leading clues to this functionality. How to go about generating split-volume zip files by reading a large file?
dillof commented
libzip does not support multi volume archives, and while we're not opposed to it, we currently have no plans to implement it.
adityakashyap2894 commented
@dillof Thanks for the support.