
August 9th, 2004, 09:47 AM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 21
Time spent in forums: 1 h 37 m
Reputation Power: 0
|
|
|
indy telnet client - receiving data
Hello, I'm trying to receive data from a telnet server (using an indy telnet client component). I can connect and send data fine, but I'm not sure I understand how to receive data? I've tried using this procedure
Code:
procedure TForm1.telnetDataAvailable(Sender: TIdTelnet;
const Buffer: String);
and acting on the Buffer as if it were the received text, but that doesn't seem to be working. Can anyone please explain what I'm doing wrong?
|