|
Browse by Tags
All Tags » zip ICSharpCode.SharpZipLib SharpZipLib ( RSS)
-
I am using the following code to create a zip file and I have installed the ICSharpCode.SharpZipLib.dll When trying to extract the files using windows extracter, I get a blocking error that says to bring up the properties of the zip folder and click on unblock. When this is done, the folder still won...
Posted to
Forum
by
ballboy
on
09-22-2007
Filed under: File extraction, ZipInputStream, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Hi , I use ICSharpCode.SharpZipLib.dll to compress a folder that includes 5 files on Windows Server 2003. The server is English edition. And, there are 4 of these 5 files with Traditional Chinese name. After compression, the 4 files with Traditional Chinese name can not be compressed correctly. Their...
Posted to
Forum
by
Ming
on
09-20-2007
Filed under: zip ICSharpCode.SharpZipLib SharpZipLib
-
Hi, I have an archive with some files in it. I want to use files from the archive directly without unziping them. I want to read files as streams. I use following code: -------------------------- public static Stream GetFileStreamFromArchive(string ArchivePath, string FileName) { ZipFile zip = new ZipFile...
Posted to
Forum
by
GDragoN
on
09-13-2007
Filed under: #ZipLib, sharpZipLib, Zip, zip ICSharpCode.SharpZipLib SharpZipLib, ZipFile
-
Hello, My application is supposed to zip a temporary directory containing many subdirectories and files. Some of these files are being used (opened) by parts of my applications. It turns out, that these files are included in the zip archive, but with a file size of zero. Apparently the zipper cannot...
Posted to
Forum
by
Peter Wurmsdobler
on
07-23-2007
Filed under: #ZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
We recently found an issue with the library when creating very large zip files. When the disk is out of space, a "System.IO.IOException: There is not enough space on the disk" exception is thrown. We have code in our finally block to call ZipOutputStream.Finish() followed by ZipOutputStream.Close() so...
Posted to
Forum
by
lataneal
on
07-16-2007
Filed under: #ZipLib, sharpZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
I have the following structure of directories: c:\directory1\directory2 c:\directory1\directory2\subdirectory1 c:\directory1\directory2\subdirectory2 --> c:\directory1\directory2\subdirectory2\file21 --> c:\directory1\directory2\subdirectory2\file22 --> c:\directory1\directory2\subdirectory2...
Posted to
Forum
by
Lulu
on
06-22-2007
Filed under: zip ICSharpCode.SharpZipLib SharpZipLib
-
Greetings; I have researched this issue in this Forum and C#, PHP and SUN, and have tried several of the suggestions, but my issue still persists. So I humbly ask for assistance. I am upgrading my web servers and .NET client application to connect to the web servers. The server streams are gz and zip...
Posted to
Forum
by
BruceStevenson
on
01-11-2008
Filed under: #ZipLib, gzip, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Hy, I a need to backup a bunch of files and the total amount is over 4 GB. I think I need to use Zip64 but I do not how... I tryed to use ICSharp ZLib library and write the data in chunk but it does not work because I vahe to change the entry.crc and when I call PuNextEntry of ZipOutput the stream finish...
Posted to
Forum
by
Rikace74
on
01-15-2008
Filed under: Using #ZipLib, #ZipLib feature request, #ZipLib, Zip64, sharpZipLib, Zip, corrupt 4gb winzip, ExtraData, zip ICSharpCode.SharpZipLib SharpZipLib, folders, problems, ZipFile, extract, entry, zlib
-
hi, i am using ZipoutputStream to create a zip file. Its creating zip file correctly. & extracting & opening in my machine. but when i sent that file to other machine in network, it is not opening. it shows the size of the file & other thing. but when we open the file it is empty. Is there...
Posted to
Forum
by
pragneshmpatel
on
03-06-2008
Filed under: #ZipLib, sharpZipLib, Empty, zip ICSharpCode.SharpZipLib SharpZipLib
-
Hallo, i would like to insert/append a file to an archive, for example Insert(string fileName, string archiveName); it should insert the file with fileName to archive of archiveName some modification would be: Insert(ZipEntry entry, string fileName, string archiveName); where file should be under the...
Posted to
Forum
by
idzikowski
on
05-08-2008
Filed under: Using #ZipLib, #ZipLib, Zip, zip ICSharpCode.SharpZipLib SharpZipLib
|
|
|