Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrStartTimeout Property
In This Topic
    XfrStartTimeout Property
    In This Topic
    Gets or sets the length of time (in seconds) that Reflection waits for a host response when attempting to connect to a host.
    Syntax
    expression.XfrStartTimeout As Integer
    where expression is a variable that represents a FileTransfer Object
    Remarks
    If the specified amount of time elapses with no response from the host, Reflection times out and returns an error. This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 25 seconds. The range of values is 1 - 9999 seconds.
    See Also