Searched refs:ftpauth (Results 1 – 1 of 1) sorted by relevance
2725 static const char ftpauth[][4] = { "SSL", "TLS" }; in ftp_statemach_act() local2786 PPSENDF(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act()2818 result = Curl_pp_sendf(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act()