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 Ruby Paasche
Does not look like it's supported, see: https://issues.apache.org/jira/browse/NET-408 Am Mi., 1. Nov. 2023 um 12:19 Uhr schrieb : > > > 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

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 ses

[jexl] Problem with division of integer values and narrowing of BigDecimal to Integer

2023-11-01 Thread Robert Lucas
Hi, We've run into an issue with using JEXL due to a combination of integer division on integer values and narrowing of BigDecimals to Integer. Not sure if this type of problem has come up before. This forum only seems to have 4 jexl issues and the Jira didn't have anything similar either. We