Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferReceiveTimeout Property
In This Topic
    TransferReceiveTimeout Property
    In This Topic
    Returns or specifies the maximum wait (in seconds) for a response from the host or from Reflection during a transfer.
    Syntax
    expression.TransferReceiveTimeout 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
    If no response is received within the period specified, the file transfer program attempts to resynchronize. (The TransferRetryLimit property determines how many times the file transfer program attempts to retransmit the block.) This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem). The default value is 15 seconds. The range of values is 1 - 9999 seconds.
    See Also