Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: Indy 10 and secure FTP
| Subject: | Re: Indy 10 and secure FTP |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 9 Jan 2008 17:37:18 |
"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