SFTP Object
 
Syntax
 
SFTP.ConnectTimeoutMs As Long
 
Description
Maximum number of milliseconds to wait when connecting to an SSH server.
To clarify: This property determines how long to wait for the SSH server to accept the TCP connection. Once the connection is made, it is the IdleTimeoutMs property that applies to receiving data and responses.
 
See Also