One of our customers have ping disabled on their server. Whenever we pull or push big files we get the exception message below. So I am guessing it is because they disabled ping on their server. So my question is - is there a way I can disable the ping Request or other workaround? This issue does not happen if it is a small file and transmission completes quickly.
System.NotSupportedException: Request 'ping' is not supported. at Renci.SshNet.SubsystemSession.WaitOnHandle(WaitHandle waitHandle, Int32 millisecondsTimeout) at Renci.SshNet.Sftp.SftpSession.RequestOpenDir(String path, Boolean nullOnError) at Renci.SshNet.SftpClient.InternalListDirectory(String path, Action'1 listCallback) at Renci.SshNet.SftpClient.ListDirectory(String path, Action'1 listCallback)
One of our customers have ping disabled on their server. Whenever we pull or push big files we get the exception message below. So I am guessing it is because they disabled ping on their server. So my question is - is there a way I can disable the ping Request or other workaround? This issue does not happen if it is a small file and transmission completes quickly.
System.NotSupportedException: Request 'ping' is not supported. at Renci.SshNet.SubsystemSession.WaitOnHandle(WaitHandle waitHandle, Int32 millisecondsTimeout) at Renci.SshNet.Sftp.SftpSession.RequestOpenDir(String path, Boolean nullOnError) at Renci.SshNet.SftpClient.InternalListDirectory(String path, Action'1 listCallback) at Renci.SshNet.SftpClient.ListDirectory(String path, Action'1 listCallback)