Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1748 unsigned char ftpsslauth; /* what AUTH XXX to try: curl_ftpauth */ member
Dftp.c2746 switch(data->set.ftpsslauth) { in ftp_statemachine()
2758 (int)data->set.ftpsslauth); in ftp_statemachine()
Dsetopt.c1328 data->set.ftpsslauth = (unsigned char)(curl_ftpauth)arg; in Curl_vsetopt()