Home
last modified time | relevance | path

Searched refs:ftpauth (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dftp.c2621 static const char ftpauth[][4] = { "SSL", "TLS" }; in ftp_statemach_act() local
2682 result = Curl_pp_sendf(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act()
2712 result = Curl_pp_sendf(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act()