When doing ListDirectory on an SftpClient where you are connected to a server that has silently disconnected (wlan down), SSH.NET will hang indefinately (I waited at least 20 minutes).
I have set a timeout on ConnectionInfo, but that does not change anything.
Setting OperationTimeout on the SftpClient works however.
So what does the Timeout property on ConnectionInfo do?
Is that only for the initial connection attempt?
I have set a timeout on ConnectionInfo, but that does not change anything.
Setting OperationTimeout on the SftpClient works however.
So what does the Timeout property on ConnectionInfo do?
Is that only for the initial connection attempt?