Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Indy telnerserver
| Subject: | Re: Indy telnerserver |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 29 May 2006 16:03:20 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:447b7dca$1@newsgroups.borland.com...
> TIdTelnetServer itself doesn't do any echoing at all.
Small correction - TIdTelnetServer only does echoing during authentication
when a client first connects. If you do not have an OnAuthentication event
handler assigned, then no echoing will occur. The echoing is required
because the server is in control of which characters are visible on the
client when typing in the username and password. This allows the server to
mask the characters, such as with asteriks, so users can't see what is being
typed.
Gambit
none