"Driving" Linux Command Line from C# ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Josh

    "Driving" Linux Command Line from C# ?

    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
Working...