saiz66 Posted April 16, 2009 Share Posted April 16, 2009 Hi guys, I want to create a program that connects to a remote unix server and executes a script from that server. Anybody know what the best way to do this? And which programming language? Link to comment Share on other sites More sharing options...
0 Tech God Posted April 17, 2009 Share Posted April 17, 2009 make a shell script Link to comment Share on other sites More sharing options...
0 The2 Posted April 17, 2009 Share Posted April 17, 2009 Unix to unix it's pretty simple - just redirect commands to an ssh client Link to comment Share on other sites More sharing options...
0 ichi Posted April 22, 2009 Share Posted April 22, 2009 If you want to keep it simple just grab a ssh component and drop it in your program. I don't know of any that's free, but indy has a telnet component. Then again you could just use putty, unless you really really need to code something yourself. Link to comment Share on other sites More sharing options...
Question
saiz66
Hi guys,
I want to create a program that connects to a remote unix server and executes a script from that server. Anybody know what the best way to do this? And which programming language?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts