Reviewed: 2014.4.6-beta2 (Dec 16, 2015)
Rated 2 Stars (out of 5) - The Compression Support described in Issue 219 does not work anymore.
View ArticleNew Post: Use it with Xamarin.iOS
Hi, I'm trying to use the SSHNet library (Renci SSH) from codeplex on my Xamarin iOS app. The SSH auth and the tunneling is working fine on the simulator, but I can't make it work on the real devices....
View ArticleNew Post: Connecting twice
In Putty, I can connect to a device that requires two logins (the first one must be "console"). Here's what the shell looks like: login as: "console" IM login: "myusername" Password: "mypassword" And...
View ArticleCreated Unassigned: Cannot download to a MemoryStream [2762]
Need to add the ability to download something to a Memory stream, a FileStream is not always the desired Stream to use.
View ArticleCommented Unassigned: SftpClient and SshClient usage (Renci.SshNet...
Hi,Currently we are using Renci.SshNet V2013.4.7.0 dll for connecting to FTP host. But seems that it is working correctly if we map to a physical host but fails to connect if it is a logical Host.The...
View ArticleNew Post: SSH.Net - Get response code back and ditch the user prompt.
I am successfully using the New-Session module that comes with the SSH.Net module set. Thanks!! My new requirement is to not supply a username and password when I initiate the session. Once I get the...
View ArticleNew Post: SSH.Net - Get response code back and ditch the user prompt.
This is in Powershell.
View ArticleNew Post: Use it with Xamarin.iOS
Hi everyone, Finally I couldnt make it works on Xamarin.iOS, and i have been to use another library (licensed) to solve my problem. Bye!
View ArticleCommented Unassigned: Cannot download to a MemoryStream [2762]
Need to add the ability to download something to a Memory stream, a FileStream is not always the desired Stream to use.Comments: ** Comment from web user: DevonCustard ** This works for me var...
View ArticleNew Post: Cant upload using ScpClient.Upload (stream, file)
I get No such file or directory everytime. Use the FileInfo overload and works first time. I can download using a memorystream ok, upload? Natch! Even copied the code from the Tests project, nope....
View ArticleNew Post: Use it with Xamarin.iOS
Is anyone updating the source code or branching when they make fixes/changes like this???
View ArticleNew Post: Port to latest Framework...anyone tried this yet?
Just wondering if anyone has attempted to update this to Framework 4.5? How to u update the source? Is this project ported to GIT? I know...so many questions...
View ArticleNew Post: Port to latest Framework...anyone tried this yet?
Personally, I haven't had much time to work on this project. I'd like to find time to continue working on it though. The .NET Framework 4.0 version should work just fine on 4.5. Did you run into any...
View ArticleNew Post: check for server timeout/offline in c#
If the server is off line the passwordAuthMethod times out. Is there a way to check the status of the connection? If it is offline I would skip my processing so the code doesn't error.using (var...
View ArticleNew Post: Port to latest Framework...anyone tried this yet?
Please move to GitHub! I have submitted 2 patches that, along with many submitted by others, have yet to be merged. If you continue to not have the time to maintain the project it will be much easier...
View ArticleCommented Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleReviewed: 2014.4.6-beta2 (Jan 13, 2016)
Rated 5 Stars (out of 5) - Worked first time behind out corporate HTTP proxy and connected to a Secure FTP using RSA private key! I can hardly believe it... Excellent work!
View ArticleReviewed: 2014.4.6-beta2 (Jan 13, 2016)
Rated 5 Stars (out of 5) - Worked first time behind our corporate HTTP proxy and connecting to a Secure FTP using RSA private key! I can hardly believe it... Excellent work!
View ArticleNew Post: Reading directly from /dev/input/ using SSH
Hi, Is it possible to read stream files like /dev/input/mouse0 using SSH.NET? Following example doesn't work because after starting "cat /dev/input/mouse0" no output is being recieved at all. var shell...
View Article