c# putty session
-
hi all i was wondering if there was a way that i could make a C# front end to send unix commands to a remote server. We have a few things were we need to unlock files in a db or change a users password but the rest of the staff forgets what the commands are wand what to do. i was wondering if i could just have it as a textbox for entering text then send the command to the session thanks Crash
-
hi all i was wondering if there was a way that i could make a C# front end to send unix commands to a remote server. We have a few things were we need to unlock files in a db or change a users password but the rest of the staff forgets what the commands are wand what to do. i was wondering if i could just have it as a textbox for entering text then send the command to the session thanks Crash
C# is putty in your hands :-D If you can establish communications with the remote system I don't see why it wouldn't be possible.
only two letters away from being an asset
-
C# is putty in your hands :-D If you can establish communications with the remote system I don't see why it wouldn't be possible.
only two letters away from being an asset
putty is a telnet program that supports ssh i guess i should have asked if anyone knows how to telnet or ssh into a server useing C# http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
-
putty is a telnet program that supports ssh i guess i should have asked if anyone knows how to telnet or ssh into a server useing C# http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html