content top
What is my remote IP? Creating Java web-service for JBoss Deploy Java webservice on JBoss SSH/SFTP client in VB.net with sources

SSH/SFTP client in VB.net with sources

I was browsing the web and found a open-source library for using SSH/SFTP connections in .NET. Thus I put together this example that contains methods to upload, download and list directories. I’ve made the class easy to use so that you can with ease implement progressbar and such on the transfers. Below you can see a screenshot from the example program.

sshvbnet1

Download example and sources:

References:

Skrevet av Kjell Arne Brudvik den 10.06.2009 liker denne artikkelen.
  • Thank you this was just what I was looking for. Next step for me is to add SSH shell console to another tab in the form so I can execute remote commands on the host.
  • Thanks for this post, answers a bunch of questions I was having.
  • Mike
    I would love to see an example of how to use SharpSsh.SshShell in a textbox as well. I have a need to embed a light SSH shell client into C# application.
  • Cutha
    I like the way you code, very clean. Thanks for posting the example.

    I came accross SharpSSH while looking for something easy I could use to read/write to a SSH server. I have been struggling the source and examples that come with SharpSSH and when I found your example I was excited because I thought it would cover creating a SSH Shell.

    Any chance you could make a simple example of how to use SharpSsh.SshShell? I can kind of follow the C# example, but I would love one that is in VB and that reads the stream to a textbox (the other examples are all console).
content top