Created Unassigned: ReadExtensionPair doesn't return when it has looped...
ReadExtensionPair() in ReadAttributes() in SftpMessages doesn't pass in the extendedCount. This results in issues (for myself) when listing files in a directory with more than one file. This can be...
View ArticleCommented Unassigned: Sftpclient.Disconnect takes very long time [2738]
The following code takes over two minutes to execute. It gets stuck on Disconnect(). I am trying to connect to TITAN commercial FTP Server. SftpClient client = new SftpClient(sAddress, iPort, sUserID,...
View ArticleCommented Unassigned: Sftpclient.Disconnect takes very long time [2738]
The following code takes over two minutes to execute. It gets stuck on Disconnect(). I am trying to connect to TITAN commercial FTP Server. SftpClient client = new SftpClient(sAddress, iPort, sUserID,...
View ArticleCreated Unassigned: SshOperationTimeoutException when forwarding local port...
I am getting following exception while forwarding local port: Renci.SshNet.Common.SshOperationTimeoutException: Session operation has timed outPort forwarding starts, I am able to rsync through SSH...
View ArticleCreated Unassigned: Failed to open a channel session after 10 attempts [2759]
Hi, we're getting this error after uploading more than ~10 files using the same SCP client instance:[2015-11-23 14:36:00.3074] Renci.SshNet.Common.SshException: Failed to open a channel after 10...
View ArticleCommented Issue: Session.Disconnect() hangs forever [2591]
I'm doing a reboot on a linux machine (dropbear ssh server) and disconnecting as fast as i can after that.I'm using ssh.net 2014.4.6-beta2The sshclient hangs in the Disconnect method...
View ArticleCommented Issue: Session.Disconnect() hangs forever [2591]
I'm doing a reboot on a linux machine (dropbear ssh server) and disconnecting as fast as i can after that.I'm using ssh.net 2014.4.6-beta2The sshclient hangs in the Disconnect method...
View ArticleCreated Unassigned: Cannot download to a MemoryStream [2762]
Need to add the ability to download something to a Memory stream, a FileStream is not always the desired Stream to use.
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: Cannot download to a MemoryStream [2762]
Need to add the ability to download something to a Memory stream, a FileStream is not always the desired Stream to use.Comments: ** Comment from web user: DevonCustard ** This works for me var...
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 ArticleCreated Unassigned: how do i import this module? [2767]
I have the Renci.SshNet.zip downloaded. And extracted and moved the file to 'C:\Users\name\Documents\WindowsPowerShell\Modules\Renci.SshNet'But trying to import gives me the below...
View ArticleCreated Unassigned: Race condition in Session.cs [2770]
Hello,I've discovered a race condition within the session.cs class. The issue occurs when attempting to connect via an SshClient and the subsequent session.Connect function call. After authentication...
View ArticleCommented Unassigned: how do i import this module? [2767]
I have the Renci.SshNet.zip downloaded. And extracted and moved the file to 'C:\Users\name\Documents\WindowsPowerShell\Modules\Renci.SshNet'But trying to import gives me the below...
View ArticleCreated Unassigned: Patch 17236 SCPClient issues [2773]
Including this patch solved the issues I was having uploading and downloading from an Android device. I believe the issue was the client was including quotes in the file names.I don't know how, or if...
View ArticleCreated Unassigned: Server version '1.5' is not supported. [2780]
Hello,when trying to connect using latest version and using c# code we are having sshconnectionexception issue with an error "Server version '1.5' is not supported."is there any solution for such issue...
View ArticleCommented Unassigned: Shellstream password [2584]
I have been using ssh.net successfully, but recently I have been having a very interesting issue which I need help for:I can log on to a linux server, ssh to another and use sudo successfully.Recently,...
View ArticleCreated Unassigned: Logon to sshd fails: Update from v2013.4.7 to...
I had the latest stable release installed (v2013.4.7) and tried to login to OpenSSH_6.6.1p1 on Linux.This failed with the exception:__Renci.SshNet.Common.SshConnectionException____"An established...
View ArticleCreated Unassigned: sftpClient and Exists method [2783]
I have wrote this simple test in MsTest:[TestMethod] public void TestExist(){// arrange var filename = "filename.txt"; var file = new MemoryStream(this.GetBytes("This is a test")); var cl = new...
View ArticleCommented Issue: Error: Message type 52 is not valid [652]
I run a bunch of threads (max 30) which all create a client and connect to the same server, and run a few commands.All the clients use the same ConnectionInfo object to connect. The following exception...
View Article