Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for .NET | Custom Development Reply | PowerTCP Zip Compression for .NET Topics | Forums   
AuthorForum: PowerTCP Zip Compression for .NET
Topic: Problem unzipping Gzip
Julio

From: Barcelona, Spain
Posts: 2
Member Since: 10/20/08
posted October 20, 2008 7:44 AM

Hi,

I was triying to unzip an Gzip file with a really easy code and I can't. When i look debugging the content of the file I can see at Items the correct content (the real content it'a a 2K file), i see Stream.orig.

My code is this:

archivoDartZip.Open("c:\\test\\outputs.csv.gz");
archivoDartZip.PreservePath = true;
archivoDartZip.Overwrite = Overwrite.Always;
archivoDartZip.Unzip("c:\\Test");

can you help me or give a link of an example of uncompressing Gzip files?

Tranks,

Julio

PS: If I use exactly the same code with a ZIp file that contents the same file it works perfectly.
Julio

From: Barcelona, Spain
Posts: 2
Member Since: 10/20/08
posted October 20, 2008 7:46 AM

I can't see de correct content, the name of the fileif I look the properties of archivoDartZip, I see Stream.orig.

Sorry my bad english
Jason Farrar (Admin)

From: Oneida, NY USA
Posts: 223
Member Since: 07/24/07

Extra Support Options
Custom Application Development

posted October 20, 2008 2:38 PM

Hi Julio,

Could you send the GZip file as an attachment via E-mail to support@dart.com please?

Thanks,
Jason
Reply | PowerTCP Zip Compression for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX