Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Re: How to check the SSL connection?
| Subject: | Re: How to check the SSL connection? |
| Posted by: | "Bert" (bendl..@dictanet.com) |
| Date: | Fri, 20 Apr 2007 10:21:54 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> schrieb im Newsbeitrag
news:4626484b$1@newsgroups.borland.com...
> Are you connecting to an SSL-secured port number? Or are you still
> connecting to the standard (unsecure) port 21?
>
> Does the server support SSL to begin with? Did you set the UseTLS
> property to anything other than utNoTLSSupport?
Thanks for response.
*shame*
I did nothing of all.
But after reading some instructions and other stuff I did now:
- UseTLS := utUseImplicitTLS
- Port := 990
//seems to be the typical Port for FTP over SSL, or not?
I have to check it out with the technican of our provider.
FTP over SSH2 works on our server(port 22), but not SSL yet.
I think not everybody understand the difference between SFTP and FTPS. SSH
and SSL.
Indy dont support FTP over SSH, do it?
Bert
none