Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to connect to putty dynamically and run the commands in putty and display the outpu in my front end?

Can u suggest me on this.

Thanks in advance :)
Posted
Comments
Garth J Lancaster 9-Nov-13 2:10am    
Putty is only a client - you don't 'connect to it' . Its available in source code, but it would be a fair amount of work to replace the keyboard for input and screen for output

What exactly are you trying to achieve ?

Hi,

Putty may not be an exact solution of your requirement. You can use any SSH client to connect UNIX based servers and execute commands. Once you execute commands one by one you will get output in string.

Find below C# based open source SSH Clients

http://sourceforge.net/projects/sharpssh/[^]

http://sharpssh2.codeplex.com/[^]
 
Share this answer
 
use powertcp .net tool
url= www.dart.com

telnet client
ssh client
mail client
and ..............
 
Share this answer
 
Comments
Dan Desjardins 6-Jul-23 17:28pm    
Spending several thousand dollars for an overpriced lib is not a solution.

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