Howard Miller wrote:
Hi (again),

I need to unzip (in/from PHP) files that have been zipped using pkzip on a
windows machine using a password.

Has anybody any thoughts on how to do this. I was just going to call a
command line program (if I can find one!), but thought I would ask if there
is something cleverer.

Thanks!!


A command line program is probably your best option. The unzip command under unix (and other operating systems) can take a password as an argument.


HTH,

Mike

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to