Wing wrote:
> Norm Dresner <> wrote:
>
>>How come I can remember sitting at a serial terminal and typing "telnet" to
>>use a computer at the other end? It can't be just age ;-))
>>
>
> I'm doing that right now.
Sure. So do a lot of us, but don't confuse the pipe with the water that
flows through it! As Grant Edwards correctly pointed out, telnet isn't
a shell. You can telnet to port 80, for example, and type "GET" and
you'll get an HTML web page. That doesn't make telnet a web server!
It's just a means by which data is transported. To put in terms of the
analogy, telnet's the pipe, and the shell's I/O is the water.
Ed