-
Telnet
Hello,
I would like to know how can youconnect to a server that is using telnet (host, port, login, password) and execute some commands. The server to enter it you must first connect, then press the spacebar for a space and then you can type you login(enter) and your password(enter). You are now able to type what you want.
Thanks a lot for any answer in advance !
-
Re: Telnet
You would need to write a client. Check out example 2 at http://www.php.net/manual/en/ref.sockets.php
Read the page and definitely page down to the Table of Contents.