Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: Indy 10 and secure FTP

www.cryer.info
Managed Newsgroup Archive

Re: Indy 10 and secure FTP

Subject:Re: Indy 10 and secure FTP
Posted by:"Warren O. Merrill" (warren.merri..@inl.gov)
Date:Wed, 9 Jan 2008 19:57:31

Followup questions.  This code is called from a couple of places which send
in the info on what server to connect with.  Its possible that some places
still want a regular FTP connection and some want to use a secure
connection.  Once I add the handler will it still work as a regular
connection also?  If it tries to connect with a server and the server is
just FTP will it still connect okay but if the server is wanting a secure
connection then it will use that mode instead?  Or do I have to check how
the calling routine will want it and only try to connect in that mode (in
other words I have to know BEFORE connecting what mode I want to be in)?


"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47857752$1@newsgroups.borland.com...
>
> "Warren O. Merrill" <warren.merrill@inl.gov> wrote in message
> news:478572de$1@newsgroups.borland.com...
>
>> In fact a brief explanation about what Secure FTP is compared
>> to FTP would be helpful.
>
> Secure FTP is just normal FTP over an encrypted SSL connection.
>
>> Its my understanding that when that object is used to connect it is just
>> FTP.
>
> By default, yes.
>
>> I've been tasked to make this be a secure FTP connection.
>
> Assign a TIdSSLIOHandlerOpenSSL component to the TIdFTP's IOHandler
> property before calling Connect(), and then configure the IOHandler as
> needed.
>
>
> Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive