Is a secure form of FTP provided?
Yes, all packages support FTP using explicit TLS, also called “Auth TLS”. Auth TLS initiates encryption after a handshake and protocol announcement, which is the origin of “explicit”. Conversely, implicit TLS, which is not supported, does not require announcement and encryption happens immediately at connection. The difference between implicit and explicit TLS is protocol formality…