Searched defs:ftp_conn (Results 1 – 1 of 1) sorted by relevance
118 struct ftp_conn { struct119 struct pingpong pp;120 char *entrypath; /* the PWD reply when we logged on */121 char **dirs; /* realloc()ed array for path components */122 int dirdepth; /* number of entries used in the 'dirs' array */123 int diralloc; /* number of entries allocated for the 'dirs' array */124 char *file; /* decoded file */125 bool dont_check; /* Set to TRUE to prevent the final (post-transfer)128 bool ctl_valid; /* Tells Curl_ftp_quit() whether or not to do anything. If131 bool cwddone; /* if it has been determined that the proper CWD combo[all …]