General Properties Methods Examples Install FAQs

aspEasyZIP Professional

What's aspEasyZip Professional

The professional aspEasyZIP is new from version 2.0 and includes some features that does not include the standard version, the encryption and the Auto extract function for Win32. This version is called professional and you have to pay 100 US$ to register it, those option are not on the freeware even on the registered standard.

When using the encryption it uses the standard zip compression, this allow the user to use their favorite unzip program by knowing each other the password.
This protect your site for downloading generated list prices, catalogs or whatever you wish to protect.

Combine the protection of a password with the self extracting method, the client will be prompted with a password when starting to unpack the zip file.

REGISTER IT!
  • Professional version

 

Screen example

Example screen when generating a self extracting file and the client downloads /executes from your site:

This is the code to use in ASP:

<%

set ZIP = server.createobject("aspZip.EasyZIP")

Zip.ZipFileName = "c:\inetpub\wwwroot\test_dir\test.zip"
Zip.ConvertSFX

%>

This example will create a test.exe from the test.zip file, now it can be linked to download it.