Commented Unassigned: [Retracted] Random Exception on multi-handle wait [1757]
I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...
View ArticleNew Post: Trouble with Space in SSH-Command
Hi, i have a problem with remote-excution of commands when they include a space. There is a working connection to a firewall (http://www.securepoint.cc/products-utm-firewalls.html) and i can use...
View ArticleReviewed: 2013.4.7 (Sep 06, 2013)
Rated 5 Stars (out of 5) - The examples were straight forward. I am using the DLL and the sftp is working perfectly so far.
View ArticleNew Post: 3.5 Binary Copyright Incorrect
The 3.5 binary copyright is currently: Copyright Microsoft 2011 I think this should be: Copyright (c) 2013, RENCI All rights reserved. Can you please correct so we can re-distribute the binary...
View ArticleCreated Unassigned: Incorrect copyright [1764]
The 3.5 binary copyright is currently: Copyright Microsoft 2011 I think this should be: Copyright (c) 2013, RENCI All rights reserved. Can you please correct so we can re-distribute the binary...
View ArticleNew Post: Problem with SftpClient - ListDirectory and iso-8859-1
Hi There, I am having similar issue with SSH.Net while listing .txt file names from SFTP location. There are Chinese characters in the files names available on SFTP location. At the UI end I want to...
View ArticleCommented Unassigned: SSH through Proxy Problem [1601]
Hello guys,im trying to connect through a proxy to my SSH server but i get an exception:"__Renci.SshNet.Common.SshOperationTimeoutException: Socket read operation has timed out at...
View ArticleNew Post: Port fowarding not keep alive
Hi, Im trying to make an app which allows port fowarding features (using for change ip address) using SSH Tunnel. Renci.SshNet.SshClient ssh = new Renci.SshNet.SshClient("174.34.150.202", "admin",...
View ArticleNew Post: Encoded File Names not Displaying Correctly.
Hi There, I am having similar issue as postd in (https://sshnet.codeplex.com/discussions/372745) with SSH.Net while listing .txt file names from SFTP location. There are Chinese characters in the files...
View ArticleNew Post: Different Port ?
My question is simple, how i can change the port? An example code,would be nice,I am newbie,srry,
View ArticleNew Post: Trouble with Space in SSH-Command
I found the solution while reading other discussions, is it mentioned here:https://sshnet.codeplex.com/discussions/348421
View ArticleCreated Unassigned: DerData.GetLength buggy [1766]
Hello,I just noticed, that the DerData.GetLength method is buggy. For example. A length of 128 in DER-Format would be0xF1 0xF0 (0xF1 indicating a total of 1 octet, and 0xF0 the single octet...
View ArticleNew Post: Transfer the File minimum 49,152 bytes using SFTP
I don't know why, but i found the default buffer size of the client connection is 16k, and when the upload starts, with files over 16kb, the client waits to the buffer will be free again, but this...
View ArticleCreated Unassigned: Performance degredation [1767]
[Release 2013.4.7]In the file Session.cs there are the lines:[664] this.Log(string.Format("SendMessage to server '{0}': '{1}'.", message.GetType().Name, message.ToString()));[1542]...
View ArticleNew Post: Control M charecters
Hi, While am uploding a file from windows to linux(SUSE), getting special charecter(contrl M) at the end of the each line. Please let me know how to getrid of these special charecters. Thanks John
View ArticleNew Post: An established connection was aborted by the software in your host...
Can anyone shed some light on this issue? Thanks in advance Renci.SshNet.Common.SshConnectionException: An established connection was aborted by the software in your host machine. at...
View ArticleNew Post: Different Port ?
I am also curious about how to change the port. Please answer!
View ArticleNew Post: Different Port ?
It seems like I have found the solution: Dim connInfo as new Renci.Sshnet.PasswordConnectionInfo(host, port, username, password) Dim sftpclient as new Renci.Sshnet.SftpClient(connInfo)...
View ArticleNew Post: Problem to connect using the PROXY Squid
I have a problem to connect with the server SFTP (SSH Server Bitvise 5.54) when using the PROXY (Squid Cache: Version 2.7.STABLE8) filezilla client (version 3.7.3) if the connection succeeds, but with...
View ArticleNew Post: Issues with sftpclient downloads
So a little bit of background, we are trying to use sftpclient to copy a whole directory structure with all files within the directories. It works well with our small sample set of directories and...
View Article