Commented Issue: Client cipher used to decrypt server messages [1917]
Today I encountered errors like "bad package size" which is related to connection handshake. When I tried stepping into the source code, I found the following suspicious bug - In KeyExchange.cs, please...
View ArticleEdited Issue: Client cipher used to decrypt server messages [1917]
Today I encountered errors like "bad package size" which is related to connection handshake. When I tried stepping into the source code, I found the following suspicious bug - In KeyExchange.cs, please...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View ArticleCommented Unassigned: System.Exception: An established connection was aborted...
Hi,I see that this issue was already reported, but the last message is from middle of November saying that somebody is testing it...I still have this issue on the version v4.0.30319. Did you fixed the...
View ArticleCommented Issue: Unhandled exception during SftpClient Dispose [1581]
We are facing an unhandled exception during Dispose of the SftpClient. 2013-05-13 12:54:22,711 [2] FATAL - AppDomain.UnhandledExceptionRenci.SshNet.Common.SshConnectionException: Client not connected....
View ArticleCommented Issue: Exception thrown on disconnect [1561]
If SshClient.Disconnect() is called just after the connected server is no longer available an exception occurs. Looks like there is a race condition on calling Disconnect. Checks are made for a...
View ArticleCommented Unassigned: Timeout on Uploading file [1906]
Hi All, I've tried to search for this issue but haven't had any luck.I am trying to upload a file to an SFTP but it fails when the file is larger than approx 50kb, when the file is smaller than that it...
View ArticleClosed Issue: Issue disconnecting. raising sshconnectionException Client not...
After making a sftp connection, using the function ListDirectory(path), checking IsConnected and if so calling Disconnect() will raise an exception.Comments: No response, and issue should be fixed by...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View ArticleCommented Issue: SCP : Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View ArticleCommented Issue: Unobserved exception rethrown by finalizer thread [1298]
Hi, There is an unhandled System.AggregateException in a worker thread within SSH.NET version 18974 that causes the container application to crash. The exception should be caught and rethrown to the...
View ArticleEdited Issue: Unobserved exception rethrown by finalizer thread [1298]
Hi, There is an unhandled System.AggregateException in a worker thread within SSH.NET version 18974 that causes the container application to crash. The exception should be caught and rethrown to the...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View ArticleCommented Issue: SCP : Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented Unassigned: Need to delete redundant encryptions when using...
Need to delete redundant keys in order to communicate with some servers. More than one encryption throws an exception.foreach (var d in connectionInfo.Encryptions.Where(p => p.Key !=...
View ArticleCreated Unassigned: arcfour encryption - Arc4Cipher line 164 - stuck loop on...
arcfour - Arc4Cipher.cs line 164for (byte i = 0; i < STATE_LENGTH; i++)Where STATE_LENGTH is 256. Reinitalizes i to 0 (due to i being a byte), causes endless loop on key exchange till server timeout...
View ArticleCreated Unassigned: No Connection possible with the same auth method...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleCommented Unassigned: No Connection possible with the same auth method...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleEdited Issue: No Connection possible with the same auth method requested...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View Article