Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: INDY TIdTCPClient and TIdTCPServer Usage

www.cryer.info
Managed Newsgroup Archive

Re: INDY TIdTCPClient and TIdTCPServer Usage

Subject:Re: INDY TIdTCPClient and TIdTCPServer Usage
Posted by:"Dennis" (mariannd..@home3.gvdnet.dk)
Date:Tue, 21 Mar 2006 21:16:21

Hi Remy

Thanks again. I have succesfully tried the first part of your suggestions.

I have the same problem as in my original post.

"The client raises an exception "Reply code is not valid: OK".

I also tried this code

IdTCPClient1.SendCmd('Hello', -1);

but it fails too."

IdTCPClient1.SendCmd('Hello', -1);

is identical to

IdTCPClient1.SendCmd('Hello');

because the default value is -1?

Best regards
Dennis Kjaer Christensen

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive