I have built a Windows application using C-Sharp which basically connects to database server hosted on a linux server. Is there a way using which I can modify the same application so that I can execute unix commands which shall be executed on the server.
Asked
Active
Viewed 1,658 times
1 Answers
1
You can execute shell commands remotely using SSH, take a look at this: C# send a simple SSH command

Community
- 1
- 1

Viggo Lundén
- 748
- 1
- 6
- 31