Closed Issue: On large files to unix environment sometimes 00's are put in...
<p>I'm using the following code to send a file to a Unix server:</p><p> </p><p> using (Renci.SshNet.SftpClient sftpObj = new...
View ArticleCommented Issue: Exception raised when disconnection is performed...
<p>I noticed that whenever we call the Disconnect method, a new SshConnectionException is raised with ConnectionLost as Disconnect Reason (is not more appropriate...
View ArticleCommented Issue: RemoveForwardedPort(ForwardedPort) [1163]
<p>Set up a forwarded port using:</p><p>AddForwardedPort<ForwardedPortLocal>("127.0.0.1", 8080, "example.org",...
View ArticleClosed Feature: Implement SSH ENCRYPTED key support [1170]
<p>From Discussion: http://sshnet.codeplex.com/discussions/349331</p><p> </p><p>Hi,</p><p> </p><p>...
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 Issue: BadMessage on write [1302]
<p>When I Write file using large chunks over lan connection the packets sometimes flood the server resauilting with BadMessage with any subsequent call. It can be solved by using CountdownEvent...
View ArticleCommented Issue: Passwords in memory [1169]
<p>Hello!</p><p> </p><p>I wrote a simple application for forwarding local ports, it works great and was really...
View ArticleCommented Issue: BadMessage on write [1302]
<p>When I Write file using large chunks over lan connection the packets sometimes flood the server resauilting with BadMessage with any subsequent call. It can be solved by using CountdownEvent...
View ArticleCommented Issue: BadMessage on write [1302]
<p>When I Write file using large chunks over lan connection the packets sometimes flood the server resauilting with BadMessage with any subsequent call. It can be solved by using CountdownEvent...
View ArticleCommented Feature: File Transfer Progress [1324]
<p>** Added Issue as status PROPOSED type FEATURE **</p><p>This is a discussion thread.</p><p> </p><p>Is there any interest in including a way to...
View ArticleCommented Feature: File Transfer Progress [1324]
<p>** Added Issue as status PROPOSED type FEATURE **</p><p>This is a discussion thread.</p><p> </p><p>Is there any interest in including a way to...
View ArticleClosed Issue: Server rejects not caught [1252]
<p>Hi,</p><p> </p><p>This is in relation to this...
View ArticleClosed Issue: Error on ChangePermissions [1118]
<p>Trying to change the permission of a file or folder, result in a SshException being thrown, with the Failure Status code.</p>Comments: Hey,Sorry it took me a while to get to it but I...
View ArticleClosed Issue: Running a continuous command [1122]
<p>Hello,</p><p> </p><p>I am trying to run a continuous command on the server like an interactive prompt (e.g. mysql or irb) or rack/node.js server which starts a...
View ArticleClosed Issue: ctor.:ForwardedPortRemote(uint,string,uint) fails [1173]
<p>public ForwardedPortRemote(uint boundPort, string host, uint port)</p><p> : this(string.Empty, boundPort, host, port)</p><p> {</p><p>...
View ArticleClosed Task: Unit tests for PipeStream [819]
<p>This is a reminder that PipeStream should be covered by unit tests.</p><p> </p><p>With just a cursory look; the code appears to be modified. Exceptions that...
View ArticleCreated Issue: Use SshClient to connect to Avaya Media Gateway [1458]
I am trying to create a small app to work on Avaya Media Gateways using Renci.SshNet. I am stuck with opening an ssh connection to the gateway. When I issue an sshClient.Open(), the program gives...
View ArticleClosed Feature: Async methods [1117]
<p>Hi, </p><p>would it be possible to provide async functionality for ShellStream.Expect similar to what's available for...
View ArticleCommented Issue: Use SshClient to connect to Avaya Media Gateway [1458]
I am trying to create a small app to work on Avaya Media Gateways using Renci.SshNet. I am stuck with opening an ssh connection to the gateway. When I issue an sshClient.Open(), the program gives...
View ArticleCommented Issue: Half open connection handling [1326]
<p>Find a way to handle the situation when server is unreachible due network problems gracefully.</p><br>Comments: ** Comment from web user: mladjenovic ** Seems to work as intended...
View Article