Hi,
We are using Apache Camel to send files to a FileZilla server with a FTPS connection, and since the FTP server has been recently updated, we are facing some issues uploading files: "File operation failed: 425 Unable to build data connection: TLS session of data connection not resumed." As we have seen in FileZilla forums, we need to enable connection resumption on the client side: https://forum.filezilla-project.org/viewtopic.php?t=54027 https://forum.filezilla-project.org/viewtopic.php?t=36903 But we don't know how to set that option with camel-ftps: https://camel.apache.org/components/2.x/ftps-component.html (our current version) https://camel.apache.org/components/3.16.x/ftps-component.html (latest version) Any thoughts? Thanks in advance. Tomas