In my current project, i need to call a Unix shell script from the C# application. I also need to get the response back whether the script has been execute successfully or any error has occurred.
The C# program is running on a Windows machine. I need to connect to a Unix machine and execute the script.
Can anyone let me know how this can be done using C#?
Will this solve your problem?
sharpSsh – A Secure Shell (SSH) library for .NET
Update
Refer to the developer’s site for SharpSSH for more information on how to use the tool.
Update 2