Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferStartTimeout Property
TransferStartTimeout Property
Returns or specifies the length of time (in seconds) that the file transfer program waits for a response from the host before beginning a transfer.
Syntax
expression.TransferStartTimeout 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 this interval, the program abandons the transfer. This property affects transfers under all supported protocols (WRQ/Reflection, FTP, Kermit, Xmodem, and Zmodem).

The default value is 25 seconds. The range of values is 5 - 9999 seconds.
See Also