[thelist] Zip files on server (PHP / Linux)

Anthony Baratta Anthony at Baratta.com
Thu Jan 25 15:08:42 CST 2001


At 06:22 PM 1/25/2001 +0000, you wrote:
>I am trying to zip up a directory of files server side using PHP on a Linux
>platform.

gZip that comes with Linux only zips files singly. Usually you tar the 
target files, then gzip the tar file.

If you want this to be PC compatible (although you can unzip gzip/tarred 
files with WinZip its a bit cumbersome) you should get your hands on a 
Linux version of PKZip.
---
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list