Commented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCommented Unassigned: SftpPathNotFoundException for StatusCodes.NoSuchFile...
I am getting StatusCodes.NoSuchFile when uploading above certain size file but works fine for small files, I tried playing with different Buffer sizes but no luck.Can anyone please let me know what...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: jmf ** I receive this error only when attempting...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drieseng ** Please provide the complete (but...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: jmf ** Certainly. Thank you for taking a look at...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleEdited Issue: Stack Overflow if PartialSuccess is during Authentication [2399]
TryAuthenticate gets stuck in an infinite recursive loop if the authentication passes partially but requires a 2nd part. This happens whether a single or multiple authentication methods are provided as...
View ArticleEdited Issue: SshCommand doesn't cleanup subscribed events [2295]
The SshCommand class leaves the unerlying channel subscribed to the session events after running a command.Repro is:```using (var client = new SshClient(connectionInfo)){ client.Connect(); for (var i =...
View ArticleClosed Unassigned: Running a shell script with result - nohup: redirecting...
Moved to discussion thread.Comments: Moved to discussion thread.
View ArticleCommented Unassigned: Getting "SOCKS5: General failure" error [2094]
I am working on code which connects using sftp and proxy. Following is my code snippet. I am getting "SOCKS5: General failure." error. Please help. (Using 4.0 binary)Imports...
View ArticleCommented Unassigned: Unable to reconnect after "Channel was closed" [2511]
I'm having trouble with using SftpClient. First, I'm inexplicably hitting SshException: Channel was closed. Second, when I detect that I hit it, I can't reconnect even if I create a new SftpClient...
View ArticleCommented Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleCommented Issue: System.InvalidOperationException: Server string is null or...
I have utilized your Library. Which Is working absolutely fine for downloading and uploading files on SFTP server. But, Sometimes it gives me an error (__System.InvalidOperationException: Server string...
View ArticleCommented Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCommented Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleEdited Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View Article