Telnet
is a program which runs on TCP/IP.
Using
it we can connect to the remote computer
on
particular port. When connected it grabs the
daemon
running on that port.
The
basic syntax of Telnet is (at command
prompt)--
c:/>telnet
hostname.com
By
default telnet connects to port 23 of remote
computer.
So,
the complete syntax isc:/>
telnet
www.hostname.com port
example:-
c:/>telnet www.yahoo.com 21 or
c:/>telnet 192.168.0.5 21
0 comments :
Post a Comment