PDA

Click to See Complete Forum and Search --> : Telnet


Geno
Jan 13th, 2005, 08:12 PM
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 !

Phenix
Jan 14th, 2005, 09:22 AM
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.