.Net library for split volume zip files?

Viewed 17689

I need to create spanned (multi-volume) zip files using .Net, but I have been unable to find a library that enables me to do it.

Spanned zip is a zip compressed file that is split among a number of files, which usually have extensions like .z00, .z01, and so on.

The library would have to be open-source or free, because I'm gonna use it for a open source project.

(it's a duplicate to this question, but there are no answers there and I'm not going for ASP specific anyway)

3 Answers
Related