Need help to access Telnet server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shoeb83
Forum Newbie
Posts: 1
Joined: Tue May 26, 2009 5:00 pm

Need help to access Telnet server

Post 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)
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Re: Need help to access Telnet server

Post 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
Post Reply