Commented Unassigned: SSH.NET Upload Multiple files asynchronously throws an...
I am creating an application that will1. process a CSV file,2. create JObject for each record in CSV file, and finally3. upload all these files to SFTP serverAfter looking around for a free library for...
View ArticleCommented Unassigned: System.InvalidOperationException: Dynamic operations...
Hi All, I am trying to connect to FTP using your binaries and getting below error:System.InvalidOperationException: Dynamic operations can only be performed in homogenous AppDomain. at...
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: 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 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 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 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 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 ArticleCreated Unassigned: SftpPathNotFoundException for StatusCodes.NoSuchFile when...
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 ArticleCreated Unassigned: How can I get the response via this library [2495]
Hello!I mean I used ForwardedPortDynamic to connect to some website. What event can i handle or which way can be use to see what is reponse from web server, Thank alot !
View ArticleCommented Issue: Stack Overflow if PartialSuccess is during Authentication...
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: 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 Article