aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-09 07:39:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-09 07:39:29 +0000
commit94a157d0b0502a6cb64b5f0551ba440ddd45c56e (patch)
tree4a9e46af764d54b23fe164f076642c29912eab5a /lib/urldata.h
parentca04620253b162fedc672695274817d6b3cb3610 (diff)
support for CURLOPT_FTP_USE_EPRT added
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 04a057013..293fee984 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -759,6 +759,7 @@ struct UserDefined {
bool reuse_fresh; /* do not re-use an existing connection */
bool expect100header; /* TRUE if we added Expect: 100-continue */
bool ftp_use_epsv; /* if EPSV is to be attempted or not */
+ bool ftp_use_eprt; /* if EPRT is to be attempted or not */
bool no_signal; /* do not use any signal/alarm handler */
bool global_dns_cache;