Home
last modified time | relevance | path

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

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