Commented Unassigned: System.ArgumentOutOfRangeException on Disconnect() [2389]
Version: __2013.4.7.0__Hey everybody, I am sporadically getting the following exception while trying to disconnect SftpClient.__System.ArgumentOutOfRangeException__: Specified argument was out of the...
View ArticleCommented Unassigned: Stack Overflow if PartialSuccess is during...
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 ArticleCommented Unassigned: SftpClient and SshClient usage (Renci.SshNet...
Hi,Currently we are using Renci.SshNet V2013.4.7.0 dll for connecting to FTP host. But seems that it is working correctly if we map to a physical host but fails to connect if it is a logical Host.The...
View ArticleCommented Unassigned: An established connection was aborted by the software...
Hi,Function "partial void SocketRead(int length, ref byte[] buffer)":Exception: if (_isDisconnecting) throw new SshConnectionException("An established connection was aborted by the software in your...
View ArticleNew Post: How to detect a keyboard interactive command request.
Hi, I trying to do a program that allows to connect to different UNIX servers (RedHat, AIX and Solaris) each of them with a different way to connect, and after the connection, it allows to send...
View ArticleCommented Unassigned: Stack Overflow if PartialSuccess is during...
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 ArticleCreated Unassigned: Upload progress is reported in random order [2463]
UploadFile() Method in SftpClient has an optional uploadCallback parameter which can be used for tracking upload progress. The problem is, each invocation may arrive on a different thread, in any...
View ArticleCommented Unassigned: An established connection was aborted by the software...
Hi,Function "partial void SocketRead(int length, ref byte[] buffer)":Exception: if (_isDisconnecting) throw new SshConnectionException("An established connection was aborted by the software in your...
View ArticleCommented Unassigned: Stack Overflow if PartialSuccess is during...
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 ArticleNew Post: Success response of UploadFile method
Hi, How do i know the file has successfully uploaded with the UploadFile method, Does this method return any status for that? Please help
View ArticleNew Post: Project status: No public commits since May 2014?
Second that, DHT... This project needs some love. Let's finish this. I volunteer to contribute to a Beta 2.
View ArticleReviewed: 2014.4.6-beta1 (Sep 30, 2014)
Rated 5 Stars (out of 5) - Worked great in my scenario, where I had to upload files to SFTP server.
View ArticleReviewed: 2014.4.6-beta1 (Sep 30, 2014)
Rated 5 Stars (out of 5) - Worked great in my scenario, where I just had to upload files to SFTP server.
View ArticleCreated Unassigned: Can not reconnect a portforwarding [2488]
Hello,I am using Renci Ssh to create a tunnel and get disconnected from time to time.The problem is that when I try to reconnect I have some trouble :My code is just some part of the example given :...
View ArticleNew Post: Client Upload Completes but Never Returns
Hi, came across this library, looks like a life saver. Got it working pretty quickly and uploading files over SFTP (all I need to do at this time). The following code is my simple implementation:...
View ArticleCommented Issue: Support for running continuous commands and returning the...
I would like the ability to run a command that is continuous on the unix side (requiring a cancel to end) and be able to see the results of said command as it occurs C# side. An example of this is...
View ArticleCommented Unassigned: Stack Overflow if PartialSuccess is during...
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 ArticleNew Post: Project status: No public commits since May 2014?
I've stepped up the pace a little this week; I'm working on an authentication issue which I consider blocking. I could use help reviewing and prioritizing issues.
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 Unassigned: Stack Overflow if PartialSuccess is during...
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 Article