-
-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not consume request-specific data for SSH_MSG_GLOBAL_REQUEST #58
Comments
What SSH server (and version) are you connecting to ? |
Unfortunately, I cannot get you access to the server. |
I've contacted them to request to an evaluation version. |
.NET Framework 4.0 I can build your debug version on my workstation. Could you provide source code? Also you can send me custom assembly by e-mail |
Note: System.ObjectDisposedException: Cannot access a disposed object. or System.NullReferenceException: Object reference not set to an instance of an object. Do you have workaround for these exceptions? How I can corectly close connection to server? Do you need more info and what do you think issues #60, #59 and #58 are dependented? |
Hello, The exception I'm getting is:
Here's the code (I'm using PasswordAuthenticationMethod)
|
am getting this error
I downloaded a zip of master, so think I am running the most recent. Any help really appreciated! Thank you! |
Hi guys,
I use latest version of SSH.NET (2016.0.0 beta3). I get the following message and stack flow when my application tries to disconnect from remote server:
System.NotSupportedException: Data longer than 2147483647 is not supported.
at Renci.SshNet.SubsystemSession.WaitOnHandle(WaitHandle waitHandle, TimeSpan operationTimeout)
at Renci.SshNet.Sftp.SftpSession.RequestReadDir(Byte[] handle)
at Renci.SshNet.SftpClient.InternalListDirectory(String path, Action
1 listCallback) at Renci.SshNet.SftpClient.ListDirectory(String path, Action
1 listCallback)at DBAService.Logic.FileTransfer.DbaSftpClient.GetCdrAndTrfFiles()
at DBAService.Logic.FileTransfer.FileTransferSession.FileTransferTask() at Renci.SshNet.SubsystemSession.WaitOnHandle(WaitHandle waitHandle, TimeSpan operationTimeout)
at Renci.SshNet.Sftp.SftpSession.RequestReadDir(Byte[] handle)
at Renci.SshNet.SftpClient.InternalListDirectory(String path, Action
1 listCallback) at Renci.SshNet.SftpClient.ListDirectory(String path, Action
1 listCallback)at DBAService.Logic.FileTransfer.DbaSftpClient.GetCdrAndTrfFiles()
at DBAService.Logic.FileTransfer.FileTransferSession.FileTransferTask()
Remote server contains txt files which size <5M
Alex.
The text was updated successfully, but these errors were encountered: