[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ih] Why FTP uses two ports?
- Subject: [ih] Why FTP uses two ports?
- From: louie at transsys.com (Louis Mamakos)
- Date: Thu, 21 Jun 2012 09:24:30 -0400
- In-reply-to: <a06240861cc08a9ed0768@[10.0.1.3]>
- References: <[email protected]> <[email protected]> <a06240861cc08a9ed0768@[10.0.1.3]>
On Jun 21, 2012, at 6:51 AM, John Day wrote:
>
>
> BTW, I know that many textbooks and well-known
> professors describe Telnet as a remote login
> protocol. It isn't. It is a terminal device
> driver protocol. This is why this class of
> protocols use to be called virtual terminal
> protocols. Remote log in is one application
> built using Telnet. Telnet was also used in FTP,
> RJE, CCNRJE, and SMTP.
>
> Take care,
> John
Strictly speaking, at least SMTP did not use the
TELNET protocol, as FTP did for it's control connection. I
recall implemented IAC escaping when I built my FTP server's
control connection handling. I don't know about RJE,
CONRJE personally.
Louis Mamakos