diff options
author | Zenju <zenju@gmx.de> | 2019-09-25 17:48:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-27 08:29:54 +0200 |
commit | 500fb0e4cb586ed31f5bb890ff918785eaa339e3 (patch) | |
tree | a249e444da36b72889050e49e47e26d817fed627 /lib/ftp.h | |
parent | 73089bf7f39e264ab29d9360e430ebe573c39b78 (diff) | |
download | curl-500fb0e4cb586ed31f5bb890ff918785eaa339e3.tar.gz |
FTP: url-decode path before evaluation
Closes #4428
Diffstat (limited to 'lib/ftp.h')
-rw-r--r-- | lib/ftp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -121,7 +121,6 @@ struct ftp_conn { char *entrypath; /* the PWD reply when we logged on */ char **dirs; /* realloc()ed array for path components */ int dirdepth; /* number of entries used in the 'dirs' array */ - int diralloc; /* number of entries allocated for the 'dirs' array */ char *file; /* url-decoded file name (or path) */ bool dont_check; /* Set to TRUE to prevent the final (post-transfer) file size and 226/250 status check. It should still |