As title, the `FtpSSLConnection` class is based on the [ftp_ssl_connect](https://www.php.net/manual/en/function.ftp-ssl-connect.php). But it's only available on the explicit mode. To support the FTP SSL connection with the implicit mode, it can use the `cURL` extension to complete that. Some useful references are as follows: - https://github.com/kissit/phpSFTP/blob/master/phpSFTP.php - https://maxrice.com/php-curl-connect-to-ftp-server-with-implicit-ssl-tls