Re: Zipping or Rar Large Files with Coldfusion

2005-06-06 Thread Qasim Rasheed
Massimo, Your donload link is actually downloading the file_io cfc instead of zip cfc. AM I missing something? Thanks Qasim On 6/6/05, Massimo, Tiziana e Federica [EMAIL PROTECTED] wrote: I also wrote a CFC for zip: http://www.olimpo.ch/tmt/cfc/tmt_zip/ But I guess for such large

Re: Zipping or Rar Large Files with Coldfusion

2005-06-06 Thread Massimo, Tiziana e Federica
Massimo, Your donload link is actually downloading the file_io cfc instead of zip cfc. AM I missing something? Oppps! I moved all the zip files to massimocorner.com a few days ago, looks like I messed things a bit in the process :-( Thanks for the pointer. The direct link is:

Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Mickael
Hello, I have a really large Txt file that I would like to Zip then Send to my server then upzip it there using CFX_ZIP. The problem that I am running in to is that the file is too large for a valid zip archive the file is over 5gb. Each time I try to unzip it on the server I get a corrupt

RE: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Brad Roberts
To: CF-Talk Subject: Zipping or Rar Large Files with Coldfusion Hello, I have a really large Txt file that I would like to Zip then Send to my server then upzip it there using CFX_ZIP. The problem that I am running in to is that the file is too large for a valid zip archive the file is over 5gb

RE: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Duane Boudreau
To: CF-Talk Subject: RE: Zipping or Rar Large Files with Coldfusion I use the command line tools for WinRAR (http://www.rarlab.com/download.htm), using cfexecute. Works well for me, but the largest file I've unzipped is around 100 meg. HTH, Brad Roberts -Original Message- From: Mickael

RE: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Mickael
That is a good suggestion.  Thanks Brad I will give it a try. Mike From: Brad Roberts [EMAIL PROTECTED] Sent: Sunday, June 05, 2005 3:37 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: Zipping or Rar Large Files with Coldfusion I use the command

Re: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Qasim Rasheed
From: Brad Roberts [EMAIL PROTECTED] Sent: Sunday, June 05, 2005 3:37 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: Zipping or Rar Large Files with Coldfusion I use the command line tools for WinRAR (http://www.rarlab.com/download.htm), using cfexecute. Works

Re: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Duncan
, 2005 3:37 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: Zipping or Rar Large Files with Coldfusion I use the command line tools for WinRAR (http://www.rarlab.com/download.htm), using cfexecute. Works well for me, but the largest file I've unzipped is around 100 meg. HTH

Re: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Peter Farrell
There is a great cfc available for free from Web clarity using the java zip methods - we use it on a daily basis with great sucess. www.webclarity.com I checked out the CFC because it looked really interesting. FYI, I did a quick code review and noticed that this CFC is mostly likely not thread

Re: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Massimo, Tiziana e Federica
I also wrote a CFC for zip: http://www.olimpo.ch/tmt/cfc/tmt_zip/ But I guess for such large archives cfexecute would be better Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com