Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp

Status
Not open for further replies.

carranz

Technical User
Nov 17, 2006
40
US
I would like to zip up a file and encrypt it with a password.
Can ASP do this?

If so does anyone have a sample or can you point me into the right direction.
 
ASP can not do it directly.

But what you can do is find another program that can create the zip file and that can also be controlled by ASP.

A zip program with a COM (ActiveX) interface is ideal but you could also use one with a command line interface.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top