Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dll's... again
#5
(03-29-2022, 08:26 PM)dragonstar Wrote: So I have Delphi 10.2 and I think Indy came with the DevArt SecureBridge product but can't be sure.

That is a third party product, it is not shipped with Indy.

(03-29-2022, 08:26 PM)dragonstar Wrote: I have libeay32.dll and ssleay32.dll in the same folder as the .exe - their version is file version 1.0.2.21, product version 1.0.2u.

That version should work just fine with the latest Indy version.
 
(03-29-2022, 08:26 PM)dragonstar Wrote: I can set UseTls to utUseImplicit Tls with no problem, but when I try and do .Connect I get "Could not load SSL library".

What do Indy's IdSSLOpenSSL.OpenSSLVersion() and IdSSLOpenSSLHeaders.WhichFailedToLoad() functions return after that error occurs?

(03-30-2022, 12:46 PM)dragonstar Wrote: I can now connect to the ftp site in question but when I do a directory listing I get back an exception "This sever required an encrypted data connection with PROP P" - not sure why the message is getting cut off.

It is not being cut off. 'PROT P' is the entire command, used to enable encryption on the secondary TCP connection used for data transfers. TIdFTP sends that command when the TIdFTP.DataPortProtection property is set to ftpdpsPrivate.

Reply


Messages In This Thread
dll's... again - by dragonstar - 03-29-2022, 08:26 PM
RE: dll's... again - by varlau - 03-30-2022, 07:25 AM
RE: dll's... again - by dragonstar - 03-30-2022, 12:46 PM
RE: dll's... again - by dragonstar - 03-30-2022, 03:11 PM
RE: dll's... again - by rlebeau - 03-30-2022, 04:47 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)