Uploaded image for project: 'YADE - Yet Another Data Exchange Tool'
  1. YADE - Yet Another Data Exchange Tool
  2. YADE-555

YADE FTP, FTPS, SFTP - Connect timeout

    XMLWordPrintable

Details

    Description

      Current Situation

      • FTP, FTPS
        • YADE uses the default timeout settings provided by the apache implementation
          • Connect timeout - 0, infinite timeout
      • SFTP
        • YADE uses the default timeout settings provided by the JSch implementation.
          • Session timeout - 0 that indicates no timeout
          • Channel timeout - 0 , timeout after ~ 20 seconds

      Desired Behaviour

      • FTP, FTPS
        • Introducing the new configuration item on a FTPFragment and FTPSFragment:
          • ConnectTimeout
      • SFTP
        • Introducing the new configuration items on a SFTPFragment and JumpFragment:
          • ConnectTimeout
          • ChannelConnectTimeout

      Test instructions

      • FTP, FTPS
        • configure the ConnectTimeout item with the JOC Cockpit or .NET XML Editor according the xsd schema documentation
        • run a FTP/FTPS job and check the log - the connect timeout information should be visible before the connection is established
      • SFTP
        • configure the ConnectTimeout and ChannelConnectTimeout items with the JOC Cockpit or .NET XML Editor according the xsd schema documentation
        • run a SFTP job and check the log - the connect timeout information should be visible before the connection is established

      Attachments

        Activity

          People

            re Robert Ehrlich
            re Robert Ehrlich
            Kanika Agrawal Kanika Agrawal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: