summaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorZenju <zenju@gmx.de>2019-09-25 17:48:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-09-26 13:57:44 +0200
commit2f036a72d543e96128bd75cb0fedd88815fd42e2 (patch)
treead06d97e1d6949b7595480b686445270e8aab52a /lib/ftp.h
parent0ab38f5fd6c15451cdec816ca6c6a163b98e1d25 (diff)
downloadcurl-2f036a72d543e96128bd75cb0fedd88815fd42e2.tar.gz
FTP: url-decode path before evaluation
Closes #4423
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftp.h b/lib/ftp.h
index 3bdf52031..2c88d568c 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -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