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 filename (or path) */127 char **dirs; /* realloc()ed array for path components */128 char *newhost;138 int cwdcount; /* number of CWD commands issued */144 unsigned short newport;[all …]
Completed in 4 milliseconds