
shoeb - 2009-05-26 21:30:31
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)