SSH client library for C#

  • Thread starter Thread starter Paul Steele
  • Start date Start date
P

Paul Steele

Any recommendations for a good ssh client lilbrary for C#? I'd prefer
something free at least until the proof of concept phase has been completed,
but would also consider a commercial project. All I need is something that
will allow me to connect to a unix host, send it a command, and read the
results. I've looked at sharpSsh from CodeProject but it doesn't seem
compatible with my unix host. Thanks!
 
Any recommendations for a good ssh client lilbrary for C#? I'd prefersomething free at least until the proof of concept phase has been
completed,
but would also consider a commercial project. All I need is
something that
will allow me to connect to a unix host, send it a
command, and read the
results. I've looked at sharpSsh from
CodeProject but it doesn't seem
compatible with my unix host. Thanks!

Hey Paul. Its not free, but take a
look at the IPWorks SSH solution:
http://www.nsoftware.com/ipworks/ssh/default.aspx. The trial comes with cs and
vb.net demos (winform and webform).

Regards,
Lance R.
/n software

http://www.nsoftware.com/

-
 
Back
Top