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)
Need help to access Telnet server
Moderator: General Moderators
Re: Need help to access Telnet server
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.
http://www.google.com/search?q=php+telnet
I'm sure if your willing to pay, someone here would write the script for you.