Searched defs:ftp_conn (Results 1 – 1 of 1) sorted by relevance
116 struct ftp_conn { struct117 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. If128 bool cwddone; /* if it has been determined that the proper CWD combo130 int cwdcount; /* number of CWD commands issued */[all …]