New Post: No docs? No test dir? What am I missing?
You're right stating currently there's no artifact containing the tests available directly on the Downloads page. However, you can easily download the full sources of a given release using the...
View ArticleNew Post: SSH-2 private key
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Need an example of SFTP with SSH 2.0
DenisAgarev Are you able to figure this out while using SSh.Net ?
View ArticleNew Post: About the speed
OK, this release is much better, speed is the same like previous with my modifications. Now it is still slower in comparison with others (WinSCP). Thanks a lot. pq
View ArticleNew Post: Powershell running multiple commands
I'm getting the same errors when trying to push a firmware upgrade to a bunch of HP iLo's. It always seems to be the second runcommand. Exception calling "RunCommand" with "1" argument(s): "An...
View ArticleNew Post: Proxy problem - ForwardedPortLocal
Hi, I have a ssh (host, user, pw) When I use ForwardedPortLocal to connect to a host, i see this the headers contain HTTP_PROXY_CONNECTION: Keep-Alive But when i loggin in with that ssh via Bitvise,...
View ArticleNew Post: About the speed
Thanks for the feedback! What buffer size are you testing with ? We now default to a buffer size of 64 KB instead of 16 KB. You may want to check if you've explicitly configured it to a another (lower)...
View ArticleNew Post: Need an example of SFTP with SSH 2.0
oceanindian: can you be more specific ? do you want to verify the host key ?
View ArticleNew Post: HTTP Proxy: Empty Server String and Dynamic Port Forwarding:...
Sorry for joining this party late, but I don't see how we could be sending the SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE messages in the wrong order for a given channe as messages are sent...
View ArticleNew Post: sFTP with privateKeyFile and password in ftp connection
With SFtpClient. I need a connection mix PrivateConnectionInfo and password in sftpClient. I have a method with host, port, username and password and another method with host, port, username and...
View ArticleNew Post: sFTP with privateKeyFile and password in ftp connection
You should use the SftpClient constructor that takes a ConnectionInfo:var authenticationMethods = { new PasswordAuthenticationMethod("user", "pwd"), new PrivateKeyAuthenticationMethod("user",...
View ArticleNew Post: sftp client 'Exists' method returns true always
This was fixed in changeset 35724:https://sshnet.codeplex.com/SourceControl/changeset/35724
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
This issue was fixed in changeset 34957:https://sshnet.codeplex.com/SourceControl/changeset/34957
View ArticleNew Post: Check if Directory exists with SSH.NET
The Exists method should work just fine as of changeset 34957:https://sshnet.codeplex.com/SourceControl/changeset/34957 This fix will be part of the upcoming beta 2 release.
View ArticleNew Post: SftpClient.Exists always return true
The Exists method should work just fine as of changeset 34957: https://sshnet.codeplex.com/SourceControl/changeset/34957 This fix will be part of the upcoming beta 2 release.
View ArticleNew Post: Help with Compression.
Im a bit of a noob at this. I have read the prior posts that suggest to include Ionic.Zlib and un-comment the necessary code. Im a bit confused as to what exactly to download, what exactly to...
View ArticleNew Post: download source for 3.5 that will build
Hi, Would someone please provide me with a link to download a copy of the source that I can build in Visual Studio 2008 for the 3.5 framework? The versions I've downloaded were either built in newer...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
sharky2k10 wrote: 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...
View Article