InfoConnect for Airlines VBA Guide
TransferStartTimeout Property
Returns or specifies the length of time (in seconds) that the file transfer program waits for a response from the host before beginning a transfer.
Syntax
Object.TransferStartTimeout As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
If no response is received within this interval, the program abandons the transfer. This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem).

The default value is 25 seconds. The range of values is 5 - 9999 seconds.
See Also