Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrTimeout Property
In This Topic
    XfrTimeout Property
    In This Topic
    Gets or sets the length of time (in seconds) that Reflection waits for a host response before timing out and returning an error.
    Syntax
    expression.XfrTimeout As Integer
    where expression is a variable that represents a FileTransfer Object
    Remarks
    Most timeouts occur during file transfers, though this value is also used in other situations. This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 60 seconds. The range of values is 1 - 9999 seconds.
    See Also