summaryrefslogtreecommitdiff
path: root/tests/data/test1401
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1401')
-rw-r--r--tests/data/test14011
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1401 b/tests/data/test1401
index f93b3d637..a2629683a 100644
--- a/tests/data/test1401
+++ b/tests/data/test1401
@@ -87,6 +87,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_MAXREDIRS, 50L);
curl_easy_setopt(hnd, CURLOPT_COOKIE, "chocolate=chip");
curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L);
+ curl_easy_setopt(hnd, CURLOPT_FTP_SKIP_PASV_IP, 1L);
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
curl_easy_setopt(hnd, CURLOPT_PROTOCOLS, (long)CURLPROTO_FILE |
(long)CURLPROTO_FTP |