Connecting Tech Pros Worldwide Help | Site Map

"Driving" Linux Command Line from C# ?

  #1  
Old November 22nd, 2008, 01:35 AM
Josh
Guest
 
Posts: n/a
I've had surprisingly little success in finding answers to this by the
usual Google search. Putty is great for manual work, but no API exposed.
Plink is too asynchronous so scenarios like: pass command, plug response
to variable/array/object, then pass to if/else structure then send next
command just won't work. I'd think there would be an SSH utility with an
API but if it exists I haven't been able to find it. Any suggestions?

Surely somebody must have automated Linux with C# by now...

Thanks in advance,

JR
Closed Thread