mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Split archive #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sepehr1014 on GitHub (May 31, 2015).
How can we compress one file and split it to multiple parts?
@sepehr1014 commented on GitHub (Jun 18, 2015):
If this can't be done, can you point out which parts need to be modified in order to implement this feature?
@tanapop commented on GitHub (Oct 9, 2015):
I need this solution too.
@adamhathcock commented on GitHub (Oct 9, 2015):
The code to compress RAR isn't open source. I haven't implemented Zip splitting. You're welcome to contribute back that.
@jochenvangasse commented on GitHub (Apr 12, 2017):
Any progress on this?
@adamhathcock commented on GitHub (Apr 12, 2017):
No. Apparently, DotNetZip does it so it could be ported from there.