Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: FTP a File
| Subject: | Re: FTP a File |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 8 May 2006 13:02:34 |
<alf.christophersen@medisinuio.no> wrote in message
news:445deafc$1@newsgroups.borland.com...
> Since more and more FTP-servers now block for normal FTP and
> require SFTP connections, I would like to see a simple basic setup
> for SFTP. Is that possible?
Indy has support for SSL. Simply attach a TIdSSLIOHandlerSocket (Indy 9) or
TIdSSLIOHandlerSocketOpenSSL (Indy 10) component to the TIdFTP, configure
the SSL options as needed, and then use TIdFTP as you normally would. The
SSL will be handled transparently. Of course, you have to make sure that
you have the proper version of OpenSSL installed on the client machine as
well.
Gambit
none