Posted by J.O. Aho on 02/10/06 22:25
Piratron wrote:
> Dear friends,
>
> Is it possible to add few files in one zip archive and protect it with
> password?
> Of course, using php. I've found a lot of classes which can only add a
> file to one zip file. I havent found a possibility to add more than one
> several files and password protect the outputed archive.
> Any help appreciated! Thanks in advance!
You could use exec(), system() or shell_exec() using the systems standard zip
tool with the -e option.
//Aho
Navigation:
[Reply to this message]
|