Hi support,
Your last statement confuses me a little. Does it mean that by using edtFTPj/PRO we start a secure FTP by default? Do we not have to use the below commands in our code at all?
ftp.auth(SSLFTPClient.AUTH_TLS);
ftp.pbsz(0);
ftp.prot(SSLFTPClient.PROT_PRIVATE);
What if we do not want a secure data transfer in some senarios?