Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Which packages to use for Indy10 in Rad Studio 2007

www.cryer.info
Managed Newsgroup Archive

Re: Which packages to use for Indy10 in Rad Studio 2007

Subject:Re: Which packages to use for Indy10 in Rad Studio 2007
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 11 Oct 2007 14:15:15

"Gelein van de Voorde" <gelein@gvsnet.nl> wrote in message
news:470e7ba9$1@newsgroups.borland.com...

> I don't know what settings you are interested.

The property settings you are using for both TIdFTP and
TIdSSLIOHandlerOpenSSL.

> IOHandler:
>   SSLOptions:
> Method: sslvTLSv1

Have you tried any of the other Method values?

> Again compiled with Delphi2005 and Indy 10.0.20 it works fine.

Have you tried performing a diff between 10.0.20 and 10.2.3 to see what
changed?

> The QUIT command in the second example is caused by
> Indy in the same millisecond that the aknowledge from the
> server was received.

TIdFTP sends the QUIT command in an overriden Disconnect() method.  TIdFTP
(or more accurately, TIdExplicitTLSClient) calls Disconnect() when SSL
fails.  TIdFTP attempts to establish the SSL connection after receiving the
server's 234 reply indicating that SSL can be attempted.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive