Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h119 struct ftp_conn { struct
120 struct pingpong pp;
121 char *entrypath; /* the PWD reply when we logged on */
122 char **dirs; /* realloc()ed array for path components */
123 int dirdepth; /* number of entries used in the 'dirs' array */
124 int diralloc; /* number of entries allocated for the 'dirs' array */
125 char *file; /* decoded file */
126 bool dont_check; /* Set to TRUE to prevent the final (post-transfer)
129 bool ctl_valid; /* Tells Curl_ftp_quit() whether or not to do anything. If
132 bool cwddone; /* if it has been determined that the proper CWD combo
[all …]