Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dftpgetresp.c48 FILE *respfile; in main() local
54 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