Viewing 1 replies (of 1 total)
  • Daniel Hüsken

    (@danielhuesken)

    No, SSL-FTP only works if the PHP funktion avalibel. See https://www.php.net/manual/en/function.ftp-ssl-connect.php

    Note: Why this function may not exist
    ftp_ssl_connect() is only available if both the ftp module and the OpenSSL support is built statically into php, this means that on Windows this function will be undefined in the official PHP builds. To make this function available on Windows you must compile your own PHP binaries.

    I hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘FTP TSL/SSL’ is closed to new replies.