Dears
I need your advice to make a c# application which execute UNIX commands
The application procedure
- connect to UNIX box
- execute a UNIX script (such as <touch file_name>) from a C# GUI
Any suggestions?
Dears
I need your advice to make a c# application which execute UNIX commands
The application procedure
- connect to UNIX box
- execute a UNIX script (such as <touch file_name>) from a C# GUI
Any suggestions?
You can send unix command using Socket.
how to connect to a unix server using Socket?
how i connect on port 22 or 23 ?
i think socket need a server on the unix box and client on my machine to open a communictation channel
appreciate your feedback
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.