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 ole command line using a
CFEXECUTE or some such and there you go. No Forta tags
needed with Unix.. :)

Jeremy Allen
elliptIQ Inc.

>-----Original Message-----
>From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, February 20, 2001 3:54 AM
>To: CF-Talk
>Subject: CFX_ZIP on Linux?
>
>
>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
>Forta's cfx_zip.
>
>Is there any way at all to duplicate this functionality easily on Linux? In
>other words: is there a Linux equivalent, or do I need to do stuff with
><cfexecute>?
>
>Michel Vuijlsteke
>Netpoint NV
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to