Click to See Complete Forum and Search --> : SSH and SCP


rick_dangerous
April 19th, 2002, 12:57 AM
Hi everyone!

Perhaps someone round here can get me the hint I need:
I started working with the .Net Framework SDK shortly and am not really familiar with it! Although the documentation made it easy to find the appropriate classes to do SMTP transfers and HTTP sessions, I was yet unable to find implementations of the Secure Shell (SSH) Protocoll and the Secure Copy (SCP) Protocoll within the .Net framework!
Can anyone tell me where to find classes for this? (I even accept freeware components or commercial implementations as long as the prize is not too high!)

Thanks in advance for any help!
Rick

brgds Rick
Wolfgang "Rick" Kutschera
HVB Systems - Project Manager

Ozzie Gruber
May 20th, 2002, 02:20 AM
Hi Rick.

In case you need SSH (and SFTP) client implemented as ActiveX, you can look at www.weonlydo.com

Hope this helps.
Ozzie

martinv
March 27th, 2009, 06:56 PM
Even eight years after the original question there still no support for SSH nor SCP nor SFTP in base .NET Framework.

However, there are some third party components.
Rebex SSH Shell (.NET Framework)
http://www.rebex.net/ssh-shell.net/
(includes terminal emulation, can invoke remote command over SSH secured channel)

Rebex SFTP (both .NET and .NET Compact Framework)
http://www.rebex.net/sftp.net/
(SFTP and SCP - file transfer, directory manipulation etc).

dglienna
March 27th, 2009, 07:43 PM
Well, there are Linux Add-ons for Windows Servers. That should be noted since the original post.