Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h98 } curl_ftpfile; typedef
139 curl_ftpfile prevmethod; /* ftp method in previous transfer */
Durldata.h1612 curl_ftpfile ftp_filemethod; /* how to get to a file when FTP is used */
Dsetopt.c342 data->set.ftp_filemethod = (curl_ftpfile)arg; in vsetopt()