[ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Amar Lungare
I have recently installed CF8 for a client and working on a piece of code that writes a xml file locally and then uploads it to a server using CFFTP. I can open the connection fine, I can change the folder fine but then CF request keeps running when I try to upload a file with CFFTP. I see the

RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Wes Byrd
Be sure to apply all the hot fixes. There are a few related to CFFTP. Wes From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Amar Lungare Sent: Wednesday, March 17, 2010 12:07 PM To: discussion@acfug.org Subject: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01 I have recently

RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Amar Lungare
I thought the cumulative hotfix would take care of al lthe hotfixes so far. But I'll check each of the hotfixes now. Thanks. --- On Wed, 3/17/10, Wes Byrd w...@dynapp.com wrote: From: Wes Byrd w...@dynapp.com Subject: RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01 To:

RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Mike Staver
That's my biggest gripe about ColdFusion right now. The cumulative hotfixes are not cumulative at all in my opinion. It's a joke in a production environment that I have to download zip files, extract jar, cfc, or cfm files and then manually install them. Don't get me started on the wsconfig

Re: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Cameron Childress
On Wed, Mar 17, 2010 at 1:24 PM, Mike Staver sta...@fimble.com wrote: Come on Adobe, give us a decent installer for this stuff! But for the love of all that is holy, please do not make up use the Adobe Updater. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell:

Re: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Mike Staver
On Wed, Mar 17, 2010 at 1:24 PM, Mike Staver sta...@fimble.com wrote: Come on Adobe, give us a decent installer for this stuff! But for the love of all that is holy, please do not make up use the Adobe Updater. I'll second that motion :)

RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Charlie Arehart
Amar, that error is indicating that the operation has exceeded the page execution timeout set in the CF Admin. You can override it on a page basis using CFSETTING REQUESTTIMEOUT=n, where n is in seconds. You can place that in a page, or in an application.cfm/cfc to affect all pages in that

RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Charlie Arehart
Ben is the man, alright, and in fact he points out something that trumps my observation. While he concludes that he too needed the CFSETTING REQUESTTIMEOUT, I notice that he points out that the CFFTP has its own TIMEOUT and a big surprise (to me) is that it has a DEFAULT OF 30 SECONDS. :-( So