简体   繁体   English

什么是 c# 和 .net 的良好商业 tar stream lib?

[英]What is a good commercial tar stream lib for c# and .net?

We are currently using SharpZipLib but since it uses the GPL we need to replace it with a commercial lib.我们目前正在使用 SharpZipLib,但由于它使用 GPL,我们需要将其替换为商业库。

Have you looked at DotNetZip ?你看过DotNetZip 了吗?

It is not under the GPL, but rather the Microsoft Public License (Ms-PL).它不在 GPL 下,而是在 Microsoft 公共许可证 (Ms-PL) 下。

See my comment about #ziplib on the main post... but if you really need a commercial product (not open-source), IP*Works!请参阅我在主要帖子上关于#ziplib 的评论...但如果您真的需要商业产品(非开源), IP*Works! Zip .NET might fit the bill. Zip .NET可能符合要求。 It does have TAR support according to this .根据这个,它确实有 TAR 支持。

Just FYI.仅供参考。 There is an option to use BSD licensed library for tar reading/writing.可以选择使用 BSD 许可库进行 tar 读/写。 Gzip compression and decompression you can do with build-in GZipStream from microsoft .NET 2.0您可以使用 Microsoft .NET 2.0 的内置 GZipStream 进行 Gzip 压缩和解压缩

http://code.google.com/p/tar-cs/ http://code.google.com/p/tar-cs/

If you want a tar library, there is a single-module implementation at如果你想要一个 tar 库,有一个单模块实现

http://cheeso.members.winisp.net/srcview.aspx?dir=Tar&file=Tar.cs http://cheeso.members.winisp.net/srcview.aspx?dir=Tar&file=Tar.cs

The above link does not work.上面的链接不起作用。 Could you provide updated link?你能提供更新的链接吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM