Regarding putFILE operation exceeded timeout error after upgrading to CF8 from CF6
Hi,
Recently we upgraded from CF6 to CF8.
We use to FTP around 40 files to a mainframe system on daily basis..
After upgrading from CF6 to CF8, some of the files are not getting FTP'd successfully instead they are ending up with an error
"putFILE operation exceeded timeout."
Here is the code sample which we use,
<cfftp action="putFILE" stoponerror="Yes" transfermode="ascii" localfile="#lDestnDirectory##lSourceFile#" remotefile="#lDestFile#" connection="FileTransfer" >
<cfif #CFFTP.Succeeded# is "NO">
<cfset Msg = "02">
</cfif>
<CFFTP ACTION="close" connection="FileTransfer" stoponerror="Yes">
Request your help on this.Please help.
Regards
Sudha