Searched defs:ftp_conn (Results 1 – 1 of 1) sorted by relevance
119 struct ftp_conn { struct120 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. If132 bool cwddone; /* if it has been determined that the proper CWD combo[all …]