RE: CFX_ZIP on Linux?

2001-02-20 Thread Jeremy Allen
It is easier than you think Michel. The unix philosophy is using many small programs to achieve the effect of much larger ones ;) So.. if you wanted to create a zip file with max compression zip -9 foo.zip file1.txt file2.txt file3.txt Voila you now have foo.zip Just drop down to the good

Re: [CFX_ZIP on Linux?]

2001-02-20 Thread Alex
yes. write a shell script to gzip the tagged files Michel Vuijlsteke [EMAIL PROTECTED] wrote: We're migrating a CF application from NT to Linux. One of the things it does is allow the user to tag a number of files which it then packs in one zip file for him to download. This is done with Ben

RE: CFX_ZIP on Linux?

2001-02-20 Thread Michel Vuijlsteke
Yippee. Thanks. Michel -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:38 PM To: CF-Talk Subject: RE: CFX_ZIP on Linux? It is easier than you think Michel. The unix philosophy is using many small programs to achieve

RE: [CFX_ZIP on Linux?]

2001-02-20 Thread Jeremy Allen
PROTECTED]] Sent: Tuesday, February 20, 2001 9:41 AM To: CF-Talk Subject: Re: [CFX_ZIP on Linux?] yes. write a shell script to gzip the tagged files Michel Vuijlsteke [EMAIL PROTECTED] wrote: We're migrating a CF application from NT to Linux. One of the things it does is allow the user to tag a n

RE: CFX_ZIP on Linux?

2001-02-20 Thread JustinMacCarthy
A java version should be very easy, there is a java/zip example tag supplied with CF Justin -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 3:05 PM To: CF-Talk Subject: RE: CFX_ZIP on Linux? Yippee. Thanks. Michel