Communicating with a Unix server

P

Parrot

Does anyone know how to code communications with a Unix server? I want to be
able to send a command that will execute a program to a Unix server from my
Windows C# program. Also, I would like to be able to send and receive
messages from the Unix server. The help in Visual Studio just doesn't give
me enough to go on.
I need some direction on how to go about doing this and will appreciate any
help.
 
F

Family Tree Mike

Does anyone know how to code communications with a Unix server? I want to be
able to send a command that will execute a program to a Unix server from my
Windows C# program. Also, I would like to be able to send and receive
messages from the Unix server. The help in Visual Studio just doesn't give
me enough to go on.
I need some direction on how to go about doing this and will appreciate any
help.

Maybe this link will help get you started:
http://www.codeproject.com/KB/IP/sharpssh.aspx. I have no experience
with this API though.
 
P

Parrot

Mike;
Thanks for your suggestion. I will review the link and see if I can
understand it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top