Rick, I made a mistake in my previous email. I meant url?RequestTimeOut=x Alternatively: <cfsetting requestTimeOut = "*value in seconds*">
On Jan 25, 2008 9:05 AM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Hi, all. > > Throwing this problem out again with the code I'm running. > > I get about 4 MB of a 25 MB file each time then my scheduled task, > whether I let the scheduler run it or manually trigger the scheduled task, > or even if I run the template directly in the browser, I get an error > from the scheduler log that says I had a cfhttp timeout error. > > Why is cfhttp involved? Implicitly? > Do I need to add a cfhttp tag around this with a long timeout or > something? > > Anyway, here's the code. insights anyone? > > Thanks! > > Rick > > <cfftp connection="12345" > server="sql.xxxxx.com" > username="xxxxxxxx" > password="xxxxxxxx" > action="Open" > stoponerror="Yes"> > > <cfftp connection="12345" > passive="yes" > action="GetFile" > remoteFile="/Data/New_Data_Format/actives/Actives_10.zip" > localFile="E:\xxxxx\Active_10.zip"> > > <cfftp action="close" connection="gamls"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297416 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

