Searched refs:ftpsslauth (Results 1 – 3 of 3) sorted by relevance
1748 unsigned char ftpsslauth; /* what AUTH XXX to try: curl_ftpauth */ member
2746 switch(data->set.ftpsslauth) { in ftp_statemachine()2758 (int)data->set.ftpsslauth); in ftp_statemachine()
1328 data->set.ftpsslauth = (unsigned char)(curl_ftpauth)arg; in Curl_vsetopt()