I tried setting that to 99999, but I still got an error, albeit a different one. Now in the scheduler log, I get this error:
"Error while executing task 500 Internal Server Error" When I run the template I the browser as: http://localhost/gamls/cfm/gamls-ftp.cfm?timeoutRequest=99999 I still get a "500 Internal Server Error" When I checked the stack trace (about which I know nothing) here's what it said: (Now, right off I wonder why it even mentions Apache... I'm running IIS... at least that's what my websites are on. Is Apache jumping in and handling the ftp? I can't even find any mention of Apache on my system...not even in the registry.) ??? Stack Trace (click to expand) at cfgamls2dftp2ecfm2104793446.runPage(E:\Inetpub\webroot\GAMLS\cfm\gamls-ftp.cfm:65) at cfgamls2dftp2ecfm2104793446.runPage(E:\Inetpub\webroot\GAMLS\cfm\gamls-ftp.cfm:65) org.apache.commons.net.io.CopyStreamException: IOException caught while copying. at org.apache.commons.net.io.Util.copyStream(Util.java:127) at org.apache.commons.net.ftp.FTPClient.retrieveFile(FTPClient.java:1295) at coldfusion.tagext.net.FtpHandler.getFile(FtpHandler.java:613) at coldfusion.tagext.net.FtpTag.doStartTag(FtpTag.java:707) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfgamls2dftp2ecfm2104793446.runPage(E:\Inetpub\webroot\GAMLS\cfm\gamls-ftp.cfm:65) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > -----Original Message----- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 24, 2008 11:38 PM > To: CF-Talk > Subject: Re: Limit on cfftp getfile file size? > > >>And how do I adjust the timeout for it? In the template? Somewhere > in CFAdmin? > > In CFAdmin, you have a Timout field you can set. > If you schedule the task from <CFSCEDULE, this parameter is transmitted > though the requestTimeOut attribute. > > > -- > _______________________________________ > REUSE CODE! Use custom tags; > See http://www.contentbox.com/claude/customtags/tagstore.cfm > (Please send any spam to this address: [EMAIL PROTECTED]) > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:297398 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

