SharpCompress System.NotSupportedException: Attempted to write a stream that is larger than 4GiB without setting the zip64 option

sharpcompress/tests/SharpCompress.Test/Zip/Zip64Tests.cs at master · adamhathcock/sharpcompress (github.com)

 

     var opts = new ZipWriterOptions(CompressionType.Deflate) { UseZip64 = setZip64 }; //主要是这句;

posted @ 2024-08-19 14:09  @索卡  阅读(26)  评论(0)    收藏  举报