Jump to content

FTP_SSL_CONNECT() ??


owned

Recommended Posts

Just noticed this from php.net, which I quoted below:
[quote=http://uk2.php.net/manual/en/function.ftp-ssl-connect.php][b]Why this function may not exist:  ftp_ssl_connect()[/b] is only available if OpenSSL support is enabled into your version of PHP. If it's undefined and you've compiled FTP support then this is why. For Windows you must compile your own PHP binaries to support this function.[/quote]
By looks of things you need to recompile PHP to support this, even if you are on windows.
Link to comment
https://forums.phpfreaks.com/topic/19665-ftp_ssl_connect/#findComment-86358
Share on other sites

  • 3 weeks later...
[quote author=wildteen88 link=topic=106838.msg428404#msg428404 date=1157463912]
Just noticed this from php.net, which I quoted below:
[quote=http://uk2.php.net/manual/en/function.ftp-ssl-connect.php][b]Why this function may not exist:  ftp_ssl_connect()[/b] is only available if OpenSSL support is enabled into your version of PHP. If it's undefined and you've compiled FTP support then this is why. For Windows you must compile your own PHP binaries to support this function.[/quote]


By looks of things you need to recompile PHP to support this, even if you are on windows.
[/quote]

Which could be rather tricky, considering that C compilers for Windows are few and far between. :)
Link to comment
https://forums.phpfreaks.com/topic/19665-ftp_ssl_connect/#findComment-95608
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.