New Post: After first request through the ssh tunnel , server returns...
Hi all Here is my problem I creating SSH tunnel with this library Tunnel works fine, if i enter url in firefox like :http://localhost:10000/somefile.js It is always returned. But if i request it from...
View ArticleNew Post: Urgent Problem With Remote Port Forward + RDP
Hi First off, I want to say thanks for the great job on this library. It's really well-designed and handy. I have 2 PCs running on windows 7 ultimate, which I'm using one as server and the other as...
View ArticleNew Post: After first request through the ssh tunnel , server returns...
Becouse of no answers here i created a question on stack overflow : http://stackoverflow.com/questions/19000378/after-first-c-sharp-request-through-the-ssh-tunnel-second-request-stack-on-get
View ArticleNew Post: SshClient not firing PasswordExpired event
I've set up a virtual ubuntu 32bit machine with openssh. I expire my test user's password with the command: sudo passwd -e sftptest However, when I make a connection, it correctly connects and...
View ArticleCreated Unassigned: SCP: Cancel transfer [1781]
As discussed in http://sshnet.codeplex.com/discussions/432256 it would be very handy to be able to terminate SCP transfers.
View ArticleNew Post: After first request through the ssh tunnel , server returns...
After two days of searching i found it !! request was stacked on the port and channel wasnt close becouse i forget to set request.KeepAlive = false; I hope this will help somebody
View ArticleNew Post: Bug in SftpClient dispose
Is this fixed in the code? I'm still getting the exception when compiling from source code. However, the published binary didn't seem to throw the exception.
View ArticleNew Post: BeginUploadFile getting...
I am using the Version 2013.4.7.0. I am trying to use the async functionality to upload files concurrently. I followed the example at...
View ArticleNew Post: Bug in Host name validation
The host name ec2-54-200-79-101.us-west-2.compute.amazonaws.com throws an exception in IsValidHost from ConnectionInfo.cs
View ArticleNew Post: An established connection was aborted by the software in your host...
this is related to this issue. When I used the published binary, I don't get the exception. However, when I use the binary compiling from the source, I would get the exception.
View ArticleNew Post: An established connection was aborted by the software in your host...
this is related to this issue. When I used the published binary, I don't get the exception. However, when I use the binary compiling from the source, I would get the exception.
View ArticleNew Post: LOVE this project! I have a bizarre issue I'd like your opinion on...
Could this be the problem? below is from: https://sshnet.codeplex.com/workitem/1584 And if it is, is there a simple way to just select which is used via a switch/option? I'm sure there are cases for...
View ArticleReviewed: 2013.4.7 (Nov 06, 2013)
Rated 3 Stars (out of 5) - Seems to be okay for a basic SFTP connection. I found a bug which other users had already encountered. I tried the fix suggested by someone and it worked. Then tried using...
View ArticleCreated Unassigned: ssh session disconnect immediately if nat/sat to server...
If the server is direct reachable, everything works fine. It make no sense if the server is in the same network, routed to another subnet or tunneled over a vpn connection.Debug the code in Visual...
View ArticleNew Post: setting ClientVersion
Hi, great project, love it! Can we please make the ClientVersion in the ConnectionInfo publicly settable, or perhaps overrideable from config?
View ArticleNew Post: SSH Client like Putty
How to create a SSH Client like Putty to connect to my VPS ? I want to do that to create a Putty-like with more features. Someone can help me ?
View ArticleNew Post: Problem: sftpclient-connect: An existing connection was forcibly...
I have the following problem: When I connect to an SFTP-Server wirh User-Password-Login, I get the following exception: .... bei System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32...
View ArticleNew Post: CreateShell
I've been trying to get this to work with PowerShell, but haven't had any luck yet. I asked for help by posted to:http://stackoverflow.com/questions/19864617/powershell-read-write-to-ssh-net-streams
View ArticleNew Post: How to maintain a 'conversation' with an SSH session?
I know this sounds weird. In the examples I can find, a send command & get results type of session is just that: Connect, create SshShell, WriteLine, ReadLine, done. But this isn't what a real...
View Article