Searched refs:respfile (Results 1 – 1 of 1) sorted by relevance
48 FILE *respfile; in main() local54 respfile = fopen(FTPHEADERS, "wb"); /* b is binary, needed on Windows */ in main()64 curl_easy_setopt(curl, CURLOPT_HEADERDATA, respfile); in main()76 fclose(respfile); /* close the response file */ in main()
Completed in 4 milliseconds