Hwo to use FTPSClient in commons.net interact with FileZilla Server which require reuse TLS session between data connection and control connection

2023-11-01 Thread wgy_nz
Hi, We use org.apache.commons.net.ftp.FTPSClient to upload file to a FileZilla server, which works on Explicit FTPS over TLS mode. Now, our program failed to upload, I found the reason is the FileZilla server require reuse TLS session between the data connection and the control connection. I wa

RE: Hwo to use FTPSClient in commons.net interact with FileZilla Server which require reuse TLS session between data connection and control connection

2023-11-01 Thread wgy_nz
Thanks a lot! Is there any work around? Thanks! From: user-return-32655-wgy_nz=163@commons.apache.org On Behalf Of Ruby Paasche Sent: 2023年11月1日 19:32 To: Commons Users List Subject: Re: Hwo to use FTPSClient in commons.net interact with FileZilla Server which require reuse TLS