03-30-2022, 01:16 PM
Good day all.
Working in Delphi 10.2...
I found a tip from Remy on StackOverflow that says if a connection needs encryption I need to set .DataPortProtection to ftpdspPrivate.
When I try to do this at design time I get a message "Can not set DataPortProtection with unencrypted connections" - is there some other property on the TIdFtp or TIdSSLIOHandlerSocketOpenSSL objects I need to set?
Or do I set this in code after I've connected? If so, I tried that and ftpdpsPrivate isn't recognized - what unit do I need o add to my uses clause?
drc
Working in Delphi 10.2...
I found a tip from Remy on StackOverflow that says if a connection needs encryption I need to set .DataPortProtection to ftpdspPrivate.
When I try to do this at design time I get a message "Can not set DataPortProtection with unencrypted connections" - is there some other property on the TIdFtp or TIdSSLIOHandlerSocketOpenSSL objects I need to set?
Or do I set this in code after I've connected? If so, I tried that and ftpdpsPrivate isn't recognized - what unit do I need o add to my uses clause?
drc