Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for Active | Custom Development Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
AuthorForum: PowerTCP Zip Compression for ActiveX
Topic: Error 13001The file is not identified as a compliant zip file
dijav81

From: Chicago, IL USA
Posts: 4
Member Since: 05/02/06
posted May 2, 2006 4:08 PM

Hello All,
I have code that grabs the file from the FTP site. This file is compressed file in GZIP utility. The file has .gz extension (i.e., Unix compressing tool). I can open up the file in WinZip tool but when I use QuickUnzip method through VB I receive above error. I saw in help that PowerTCP Compression tool supports GZIP file. The version DartZip.dll is 1.8.3.0 release date 03/24/2006.

I need to have this feature added to our software. Quick help will be really appreciated.

I can also provide you compressed file which is done in GZIP utility. 

Thanks in advance

Thanks in advance.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted May 4, 2006 2:35 PM

You won't be able to use QuickUnZip for a gzip file. This is because you have to set the Format of the Filestore.

Try using Zip.Filestore.Load to load the file after setting Zip.FileStore.Format = zipUnix. Then use the Zip.FileStore.UnZip to get the file.

dijav81

From: Chicago, IL USA
Posts: 4
Member Since: 05/02/06
posted May 4, 2006 4:39 PM

Thanks Tony
It worked great. I was able to unzip using above code. I'm going to do some more testing but for now it works.

Thanks to all
Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX