ftp_ssl_connect problom
i run my php program for uploading file from my server to another server.
it works with normal ftp connection but it has problom with ftp_ssl_connect function.

it gives me an error u calling an undefined function (ftp_ssl_connect)
i read the follwing information on the php.net site about this problom, but i realy not understand what means by compile your own binaries.

ftp_ssl_connect() is only available if both the ftp module and the OpenSSL support is built staticlly 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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.