New Post: Urgent: ScpClient - How to download entire remote directory to...
Hello All, I am trying to download all files and sub-folder from a remote directory to local directory. For this I am using "ScpClient" and method name is "Download". Based on documentation (if I have...
View ArticleNew Post: Executing Powershell command through freeSSHd is blocking SSH.NET
The SSH.NET library is locking up when I run a Powershell script through freeSSHd. Executing VBScripts through cscript works without issue. I have included example C# code for both (see below). In both...
View ArticleNew Post: sshnet forward port dynamic problem
Hello, I using GeckoWebBrowser and i want to fake my ip location, this is my code Skybound.Gecko.GeckoPreferences.User["network.proxy.type"] = 1;...
View ArticleNew Post: ForwardedPortLocal hang connection to mysql on large query
Hi,I create a ForwardedPortLocal on start of application and stops it on exit and it works fine. The application ask mysql about 20 diffrent querys and 19 of them works. The one that hangs the...
View ArticleNew Post: Problem to connect using the PROXY Squid
using System; using Renci.SshNet; namespace ConsoleApplication1 {class Program { static void Main(string[] args) { const string host = "demo.wftpserver.com"; const int port = 2222; const string...
View ArticleNew Post: Problem to connect using the PROXY Squid
Please use some formatting. Getting a headache trying to encrypt this...
View ArticleNew Post: Problem to connect using the PROXY Squid
As I proceeded to format the message above. Sorry, and Thanks.
View ArticleNew Post: An established connection was aborted by the software in your host...
Is there a reason for these values to be hardcoded to 1024 bit? (in KeyExchangeDiffieHellmanGroupExchangeSha1.cs and KeyExchangeDiffieHellmanGroupExchangeSha256.cs) MinimumGroupSize = 1024,...
View ArticleNew Post: An established connection was aborted by the software in your host...
Yes, when I change these values to (1024, 2048, 8192) it works. But it would be better if these could be set by a property...
View ArticleNew Post: Urgent: ScpClient - How to download entire remote directory to...
I request to the board users/senior members reply (if it is a known issue).
View ArticleNew 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 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: Run scp command from remote server via SSHClient
Hi da_rinkes, Thanks for your quick reply! After some research on this forum I found out that I could uses the menthod here:CreateShellStream link by using the CreateShellStream I was able to run the...
View ArticleNew Post: Run scp command from remote server via SSHClient
Example:using (var client = new SshClient(Server1IP, 22, Server1Username, Server1Password) { client.Connect(); // Connection Desktop-Machine to Server1 var port1 = new ForwardedPortLocal("localhost",...
View ArticleNew Post: LOVE this project! I have a bizarre issue I'd like your opinion on...
VB.NET 2012 Win7/64 Project: Interact on command line with Cisco router How using: Compiled (no modifications) Renci.SshNet to DLL Firstly, even without me getting this working 100%, it is already the...
View Article