From 94a157d0b0502a6cb64b5f0551ba440ddd45c56e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 May 2003 07:39:29 +0000 Subject: support for CURLOPT_FTP_USE_EPRT added --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3