Page 1 of 1

Need help to access Telnet server

Posted: Tue May 26, 2009 5:08 pm
by shoeb83
I need to access telnet server from web using php. Please help me. My requirements are as follows
1. telnet to a telnet server
2. Again telnet to another server from the previous server
3. Then need to execute command and display the command output (text)

flow:
telnet telnettest.com
then
telnet telnettest2.com
then execute command and show the output (text)

Re: Need help to access Telnet server

Posted: Tue May 26, 2009 5:20 pm
by Zoxive
http://www.php.net/fsockopen

http://www.google.com/search?q=php+telnet

I'm sure if your willing to pay, someone here would write the script for you. :D