InfoConnect for Airlines VBA Guide
TransferRetryLimit Property
Returns or specifies the number of consecutive attempts to transmit a packet before abandoning a file transfer.
Syntax
Object.TransferRetryLimit As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
The interval between retries is determined by the TransferReceiveTimeout property. This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). The default value is 10. The range of values is 1-9999.
See Also