Commented Issue: Forwarded Port channels can get stuck waiting [1558]
I was testing ssh.net with 2 ForwardedPortLocals. When a connection is established, a port is forwarded properly but the channel is sometimes not closed, depending on how the local port was closed.It...
View ArticleCreated Issue: documentation [1559]
Hi,It's impossible to view the documentation... I'm new to ssh.net, so the documentation could have been very useful!
View ArticleCommented Issue: documentation [1559]
Hi,It's impossible to view the documentation... I'm new to ssh.net, so the documentation could have been very useful!Comments: ** Comment from web user: olegkap ** Please be specific.If you cannot see...
View ArticleNew Post: Port Forwarding problem
private SshClient SshC = new SshClient("Host", Port, "User", "Password"); private ForwardedPortLocal LPF1, LPF2, LPF3, RgF1, RqF1, RqF2, RqF3, MDB; SshC.Connect(); MDB = new...
View ArticleNew Post: Terminal Emulator
Hi, Does anybody knows about a good terminal emulator, which can be used with this lib? I've read about Granados...
View ArticleNew Post: Calling Dispose() on scpClient doesn't release the file handle
Hey folks, I need the ability to terminate an scp operation while it's in progress. After calling Disconnect() and Dispose() I still cannot delete the partially downloaded file since it says it's in...
View ArticleNew Post: sending commands to batch
I use renci.sshnet to run alot of commands on ubuntuo 8.4 and 12.04, and i have had some issues with the shell hanging. To get around this issue i have started echoing commands into batch. Here is a...
View ArticleCreated 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 ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hey everyone, I've been trying unsuccessfully to build the source for .NET 3.5. I see some files have 2 versions - .cs or .NET40.cs. I've changed the project to target .NET 3.5 but should I also be...
View ArticleCommented Issue: Forwarded Port channels can get stuck waiting [1558]
I was testing ssh.net with 2 ForwardedPortLocals. When a connection is established, a port is forwarded properly but the channel is sometimes not closed, depending on how the local port was closed.It...
View ArticleCreated Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View ArticleNew Post: Using proxy
Hi Sebastian, Oleg, I see that you say that you had success with dynamic ports and I wondered if you could provide some more details as I am struggling with this. I have set up an SSH client with...
View ArticleCreated Issue: scp double quotes in file path [1564]
Hi Oleg, I can't thank you enough for a wonderful project! I saw that this issue has come up before and been closed, but I found it with the 2013.4.7 release as well, so I thought I'd raise it again....
View ArticleCreated Issue: Need for ShellStream.Read( byte[] buffer, int offset, int...
Hi,Would it be possible to add the above method to the ShellStream class?I have an application that does a "read and collect until .... found". During developement of the app I discovered that doing a...
View ArticleNew Post: SCP copy to a specific folder
Hi olgkap. I tried many differnce OS that the Ubuntu, CentOS and openBSD. But i have received same error "scp no such a file or directory" I used the implement ver at 7.4.2013. please check below my...
View ArticleNew Post: Using proxy
I have been having the same problem after I updated to the latest build, last build I was using that worked was from late last year.
View ArticleNew Post: Using proxy
I'll try an older build. Which was the one that worked - 2012.12.21?
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
where is the separate project? I am also looking for it.
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
I figured this out. If you open the solution (Renci.SshNet.sln) you'll see a project named Renci.SshNet.NET35. Build that and it will produce a DLL (Renci.SshNet.NET35\bin\Debug\Renci.SshNet.dll) that...
View Article