Home
last modified time | relevance | path

Searched defs:FTP (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Dftp.h103 struct FTP { struct
104 char *path; /* points to the urlpieces struct field */
105 char *pathalloc; /* if non-NULL a pointer to an allocated path */
109 curl_pp_transfer transfer;
110 curl_off_t downloadsize;
/third_party/curl/docs/
DFEATURES.md77 ## FTP section in Features -- what curl can do
DURL-SYNTAX.md210 ## FTP section in Scheme specific behaviors
DMANUAL.md78 ### FTP subsection
DINTERNALS.md313 FTP chapter
/third_party/python/Lib/
Dftplib.py74 class FTP: class