.Net library for split volume zip files?

后端 未结 3 570
难免孤独
难免孤独 2020-12-06 07:05

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 fil

3条回答
  •  春和景丽
    2020-12-06 07:45

    DotNetZip allows you to do this. From their documentation:

    The library supports zip passwords, Unicode, ZIP64, stream input and output, AES encryption, multiple compression levels, self-extracting archives, spanned archives, and more.

提交回复
热议问题