Created Unassigned: Connect without ssh command? [1698]
I am attempting to transfer a file using ScpClient.The user I have is restricted by rssh to only be able to use the scp command. It does not have shell access at all.When transferring from the command...
View ArticleCommented Unassigned: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: ** Comment from web user: BobbyCannon ** I was seeing the same issue. I switched to a different SFTP server...
View ArticleCreated Unassigned: Getting File Not Found on all Upload/Delete/... cmds on...
Downloaded SFTP app [ Renci.SshNet ] from "codeplex" . Cannot get sftp.BeginUploadFile( streamparm, targetfilepath) or sftp.UploadFile ( streamparm, targetfilepath, null ) to work. Keep getting "File...
View ArticleCommented Unassigned: Connect without ssh command? [1698]
I am attempting to transfer a file using ScpClient.The user I have is restricted by rssh to only be able to use the scp command. It does not have shell access at all.When transferring from the command...
View ArticleCreated Unassigned: Channel.SendData timeout [1706]
On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...
View ArticleCommented Unassigned: Random NullReferenceException during SFTP disconnect...
Hi,I have a windows service which synchronizes through SFTP with custom specified intervals, it is installed on 3 machines with 3 different operating systems. On one machine an exception occurs...
View ArticleCommented Unassigned: Random NullReferenceException during SFTP disconnect...
Hi,I have a windows service which synchronizes through SFTP with custom specified intervals, it is installed on 3 machines with 3 different operating systems. On one machine an exception occurs...
View ArticleCommented Issue: SftpClient.UploadFile Truncates Uploaded File [1533]
I'm uploading a file with 7MB size and the file is truncated to 4.5MB more or less.I tried a Flush on the Stream but I always has the error```streamFile = // Load...
View ArticleCommented Unassigned: Channel.SendData timeout [1706]
On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...
View ArticleCreated Unassigned: [Proposed Fix] Timeout waiting for KeyExchange with...
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Some connections were experiencing a timeout during the connection initiation, causing the connection to fail. The...
View ArticleCreated Unassigned: [Proposed Fix] Random Exception on multi-handle wait [1757]
I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...
View ArticleCreated Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...
View ArticleCreated Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...
View ArticleCreated Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...
View ArticleCreated Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...
View ArticleCommented Unassigned: [Retracted] Random Exception on multi-handle wait [1757]
I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...
View ArticleCreated Unassigned: Incorrect copyright [1764]
The 3.5 binary copyright is currently: Copyright Microsoft 2011 I think this should be: Copyright (c) 2013, RENCI All rights reserved. Can you please correct so we can re-distribute the binary...
View ArticleCommented Unassigned: SSH through Proxy Problem [1601]
Hello guys,im trying to connect through a proxy to my SSH server but i get an exception:"__Renci.SshNet.Common.SshOperationTimeoutException: Socket read operation has timed out at...
View ArticleCreated Unassigned: DerData.GetLength buggy [1766]
Hello,I just noticed, that the DerData.GetLength method is buggy. For example. A length of 128 in DER-Format would be0xF1 0xF0 (0xF1 indicating a total of 1 octet, and 0xF0 the single octet...
View ArticleCreated Unassigned: Performance degredation [1767]
[Release 2013.4.7]In the file Session.cs there are the lines:[664] this.Log(string.Format("SendMessage to server '{0}': '{1}'.", message.GetType().Name, message.ToString()));[1542]...
View Article