**This is a manual to use Ltelnet. (Linux Telnet Client)** First Step . To compile the file 'telnet.c' : gcc telnet.c -o ltelnet Second Step. Run it . : ltelnet =========================== Ltelnet ============================== ltelnet [options] -h : Show a help. -v : Show the tool version. Usage : ltelnet hostname [PORT] If you don`t write the port .. PORT is = to 23 (telnet port ) else .. you can run ltelnet , with ' ltelnet hostname [PORT] ' that you choice. Example. 1) Don`t write the port. ltelnet www.website.com Here ltelnet connects to the port 23 , by default.. see in the source the constant _DEFAULT_PORT . 2) If you write the port.. ltelnet www.website.com 80 Here ltelnet connects to the port 80 ============================================================ Ltelnet is a Linux Telnet Client . $license : GPL $Author : Nicola Piazzolla $Code : C $Date : 15/07/2002 : Time : 00.01