Skip to main content
Participating Frequently
May 19, 2010
Question

Regarding putFILE operation exceeded timeout error after upgrading to CF8 from CF6

  • May 19, 2010
  • 1 reply
  • 4045 views

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    May 19, 2010

    Can you make an FTP connection via the CLI on the CF server?

    --
    Adam

    SudhaAuthor
    Participating Frequently
    May 19, 2010

    I am sorry. Not sure about the CLI on the CF server.

    Is timeout attribute solves the problem?

    The default value is 30 secs only. If we change that to some other value will it solve the problem?

    Regards

    Sudha

    Inspiring
    May 19, 2010

    I am sorry. Not sure about the CLI on the CF server.

    Right.  Well find out.

    --
    Adam