Searched refs:respfile (Results 1 – 1 of 1) sorted by relevance
46 FILE *respfile; in main() local52 respfile = fopen(FTPHEADERS, "wb"); /* b is binary, needed on win32 */ in main()62 curl_easy_setopt(curl, CURLOPT_HEADERDATA, respfile); in main()74 fclose(respfile); /* close the response file */ in main()