Question:
I want a timeout of 100 seconds. I set the following two lines of codes before I connect to the SFTP Server and also after the connection was successful:
sftp.ConnectTimeoutMs = @1000000;
sftp.IdleTimeoutMs = @1000000;
But when I disable WLAN in my iPad during a download the download already stops after about 20 Seconds.