Hello,
I'm using ftplibpp with OpenSSL and I'm trying to connect to a Filezilla Server with FTP over TLS (FTPS).
I just found that ftplibpp can't transfer data (even if already securely connected) to a FileZilla Server that Requires TLS session resumption, since I get this error:
"450 TLS session of data connection has not resumed or the session does not match the control connection"
If I untick "Require TLS session resumption on data connection when using PROT P" in FileZilla Server settings, then I'm able to do the transfers.
So, is there a way to add "TLS session resumption" ability to the ftplibpp ??