Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Indy TIdtelnet
| Subject: | Re: Indy TIdtelnet |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 26 Sep 2007 10:08:50 |
"Dean Humphreys" <dean.humphreys@gmail.com> wrote in message
news:46fa36a5@newsgroups.borland.com...
> Ok, but there must be some command sent or some
> parameter to define the buffer size or something
There is not. That is not how the Telnet protocol works.
> if i use windows telnet client, and say for instance i type "dir"
> then amount of data that is returned is much more than if I
> use the indy object.
Then you are not sending the same commands that the Windows client does.
That has nothing to do with the Telnet protocol itself. I suggest you use a
packet sniffer, such as Ethereal/Wireshark, to see what is different between
what you send and what Windows sends.
Gambit
none