Searched refs:CURLPROTO_FTP (Results 1 – 12 of 12) sorted by relevance
55 { "ftp", CURLPROTO_FTP }, in get_libcurl_info()
294 { "ftp", CURLPROTO_FTP }, in proto2num()
153 NV(CURLPROTO_FTP),
484 if((protocol == CURLPROTO_FTP || protocol == CURLPROTO_FTPS) && in post_per_transfer()
95 (long)CURLPROTO_FTP |
711 CURLPROTO_FTP 7.19.4
68 #define PROTO_FAMILY_FTP (CURLPROTO_FTP|CURLPROTO_FTPS)
180 CURLPROTO_FTP, /* protocol */181 CURLPROTO_FTP, /* family */212 CURLPROTO_FTP, /* family */
2039 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http_method()
571 set->redir_protocols = CURLPROTO_HTTP | CURLPROTO_HTTPS | CURLPROTO_FTP | in Curl_init_userdefined()
1002 #define CURLPROTO_FTP (1<<2) macro
953 d CURLPROTO_FTP...