You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: