Hi,
when closing a connection between EDTftpj.pro and a FileZilla server I always get the following error:
com.enterprisedt.net.puretls.SSLPrematureCloseException: Short read
I found out that I should set the following flags and did it as told:
ftp.setConfigFlags(SSLFTPClient.ConfigFlags.DISABLE_SSL_CLOSURE | SSLFTPClient.ConfigFlags.DISABLE_WAIT_ON_CLOSE);
But this dit not solve my problem.
Has anyone got a suggestion?