Searched defs:ftp_conn (Results 1 – 1 of 1) sorted by relevance
121 struct ftp_conn { struct122 struct pingpong pp;123 char *account;124 char *alternative_to_user;125 char *entrypath; /* the PWD reply when we logged on */126 char *file; /* url-decoded file name (or path) */127 char **dirs; /* realloc()ed array for path components */128 char *newhost;129 char *prevpath; /* url-decoded conn->path from the previous transfer */130 char transfertype; /* set by ftp_transfertype for use by Curl_client_write()a[all …]