IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

FTP session Timeout

  • 1.  FTP session Timeout

    Posted Sun September 23, 2007 08:16 AM

    Hi All,

    I need to download a file from FTP server to local server.while downloading the file ,I need to wait for specific time interval and repeat the step,if the file is not present.If the file is not present within the specified time interval we need to catch the error. Please let me know the steps for this.

    Thanks in Advance


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: FTP session Timeout

    Posted Mon September 24, 2007 03:42 PM

    WmPublic/pub.client.ftp has the FTP services you need. To repeat the “get file” step(s), use a Repeat step (ie. the “zig-zagged” green arrow). A Repeat step allows you to specify how many times to repeat (ie. Count) and how long to wait before repeating (ie. Repeat interval.)

    • Percio

    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services