SSL Session reuse in Apache FTPS client in JDK 8u161 [duplicate]
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This question already has an answer here: How to connect to FTPS server with data connection using same TLS session? 3 answers Using Apache Commons-Net's FTPSClient to connect to a modern FTP/S server does not work. The reason is that they require SSL session reuse, i.e. the SSL session from the control connection needs to be re-used for the data connection. This can usually be deactivated in the server, but that is insecure not always an option (since the server might not be under your control) The correct solution would be to make the