Discuss this help topic in SecureBlackbox Forum
TElSimpleSFTPClient.SocketTimeout
Timeout for socket operations.
Declaration
Description
Specifies maximum time of inactivity after which socket operation is canceled and it is considered as expired.
If you try to connect, read or write something from/to socket and the attempt is unsuccessful for specified number of milliseconds
the operation is canceled with timeout error. This property is used only when
UseInternalSocket is true.
If this property value is 0, the operation will expire after system-default timeout (which is 2 hrs 8 min for TCP stack).
Default value is 60000 ms (1 min).