Jim,
What version of SSH.NET are you using ?
Could you try using the latest beta ?
A timeout can be specified on two levels. For estabilishing the connection, the timeout can be specified using the ConnectionInfo.Timeout property. The default value is 30 seconds.
For all other operations, the timeout can be set using the OperationTimeout property on the individual client classes (eg. SftpClient, SshClient).
Hope this helps,
Gert
What version of SSH.NET are you using ?
Could you try using the latest beta ?
A timeout can be specified on two levels. For estabilishing the connection, the timeout can be specified using the ConnectionInfo.Timeout property. The default value is 30 seconds.
For all other operations, the timeout can be set using the OperationTimeout property on the individual client classes (eg. SftpClient, SshClient).
Hope this helps,
Gert