Originally posted by xMrMods
I want to connect to my vps and run a command through c# coding.
You're going to have to be a little bit more specific;
- what os?
You could either;
- Connect using ssh (much easier option).
- Create a socket listener, which will receive data and run a code block depending on what you sent. For example; running a command on command line.