Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
would you help me how i can connect a unix server and send a command using .net
for example changing chmod of a file?
Posted

1 solution

You can use an ssh library like this one: http://www.tamirgal.com/blog/page/SharpSSH.aspx[^] (sample: http://www.tamirgal.com/blog/category/SharpSSH.aspx[^])
Not recommended, but you can use also a telnet library: http://telnet.codeplex.com/[^]

Of course, there are also commercial ones out there...
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900