dotnetzip
How to zip only files and not the full path hierarchy with DotNetZip in powershell?
I\'m trying to zip up log using DotNetZip and powershell.The files are in C:\\user\\temp\\logs When I loop through the logs in the directory and add them to the zip file, I end up with the folder hier[详细]
2023-03-09 23:11 分类:问答Cannot decompress ZLIB/DEFLATE data
I\'m trying to extract data from compressed bytes from network capture file (PCAP.) Data from some of these packets don\'t have ZLIB header (the first 2 bytes, where lower 4 bits of first byte is al[详细]
2023-03-09 14:13 分类:问答DotNetZip - create zip from accessed file
it is possible to use DotNetZip to create a zip from an accessed file (eg log file from another applicat开发者_StackOverflow中文版ion) ?[详细]
2023-03-08 15:25 分类:问答Dotnetzip bad state error when extracting a text/XML file
I am trying to store an XML file into a zip using dotnetzip using the following method: private void writeHosts()[详细]
2023-03-08 15:07 分类:问答DotNetZip ExtractProgress Bug?
The ExtractProgressEventArgs.EntriesTotal and ExtractProgressEventArgs.EntriesExtracted is always zero. Is this a known bug? See my code below:[详细]
2023-03-08 10:50 分类:问答How can I optimize or limit the CPU usage a zip process (DotNetZip) in c#?
Good day guys I have an app that I use to 开发者_JAVA技巧archive a folder using the DotNetZip library. I notice that when it goes to the actual \"zipping\" process, it uses up 100% of the CPU. This a[详细]
2023-03-02 00:49 分类:问答Is there a zip library for c# that is faster than DotNetZip [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-19 07:14 分类:问答Problem with extracting files with DotNetZip. It doesn't extract files. what's the problem?
private void ZipExtract(string zipfilename) { var path = Server.MapPath(@\"~/Files\"); ZipFile zip = ZipFile.Read(zipfilename);[详细]
2023-02-11 00:16 分类:问答Using DotnetZip with Visual Studio C++/CLR
I tried to use DotNetZip with C++/CLR B开发者_JAVA百科ut I found everyfile i downloaded contain no .h file, in the example code, there is \"using namespace Ionic::Zip;\"[详细]
2023-02-08 05:11 分类:问答Compression issue with large archive of files in DotNetZip
Greetings.... I am writing a backup program in c# 3.5, using hte latest DotNetZip.The basics of the program is to be given a location on a server and the max size of a spanned zip file and go. From t[详细]
2023-02-06 11:40 分类:问答