shoeb Posted May 26, 2009 Share Posted May 26, 2009 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) Link to comment https://forums.phpfreaks.com/topic/159778-need-help-to-access-telnet-server/ Share on other sites More sharing options...
jjacquay712 Posted May 26, 2009 Share Posted May 26, 2009 I would look into php sockets. http://us2.php.net/sockets Link to comment https://forums.phpfreaks.com/topic/159778-need-help-to-access-telnet-server/#findComment-842720 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.