Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferRetryLimit Property
In This Topic
    TransferRetryLimit Property
    In This Topic
    Returns or specifies the number of consecutive attempts to transmit a packet before abandoning a file transfer.
    Syntax
    expression.TransferRetryLimit As Integer
    where expression is a variable that represents a FileTransfer Object
    Exceptions
    ExceptionDescription
    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