jasonacox / Build-OpenSSL-cURL

Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac Catalyst builds.
MIT License
430 stars 129 forks source link

ftp on iPad/iPhone not work #9

Closed qokelate closed 8 years ago

qokelate commented 8 years ago
    curl_version_info_data *v = curl_version_info(CURLVERSION_NOW);
    printf("%s %08X", curl_version(), v->features);

version info:
libcurl/7.47.1 SecureTransport zlib/1.2.5 0008821D

ftp result info:
* Protocol "ftp" not supported or disabled in libcurl
* Closing connection -1
qokelate commented 8 years ago

I rebuilt, it works now! thanks a lot!