New Post: SFTP connection problem - Timeout
I am having a problem with a simple sftp file transfer. I am starting to wonder if there is a problem when I change the port from standard 22 to a custom port of 5929. I can connect to the remote...
View ArticleNew Post: Control M charecters
John, Use dos2unix to clean up the files after upload. This should give you an idea of what is going on:http://en.wikipedia.org/wiki/Newline#Common_problems Pierre
View ArticleNew Post: SFTP connection problem - Timeout
You don't use your "const int port = 5929;" anywhere.
View ArticleNew Post: SFTP connection problem - Timeout
Aha...I had been messing with so much trying to get the authentication all figured out which was interesting but fun... the examples that I had been using all worked on port 22 I added the port cont...
View ArticleNew Post: Problem to connect using the PROXY Squid
I tested with other libraries SFTP: chilkatsoft and nSoftware. I have no problem using the SQUID proxy with the same settings I have indicated ..
View ArticleNew Post: Problem to connect using the PROXY Squid
no shirt, no code, no service ;) Please give us your code. Everything else is just guessing.
View ArticleNew Post: Unable to CD when connecting through SSH
I am connecting to a windows computer to an ubuntu comupter using SSH and have established connection. However, I'm unable to perform commands like cd. I am able to perform ls and ip addr ls. I have...
View ArticleNew Post: Sending Escape+Shift+F6
Hi All, Are there possible solutions on sending the above 3 keys via shellstream? I have been looking around but i can't seem to find any clue.
View ArticleNew 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 ArticleCreated Unassigned: ForwardedPortLocal hang connection to mysql on large...
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: 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 ArticleCreated Unassigned: DH Key Exchange is limited to 1024 bit [1777]
DH Key Exchange is limited to 1024 bitConnections to a server with a higher DH Group Exchange bit-length failing with "An established connection was aborted by the software in your host machine.".[SSH]...
View Article