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
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
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
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