aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test238
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test238')
-rw-r--r--tests/data/test23833
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test238 b/tests/data/test238
new file mode 100644
index 000000000..c314f6b7c
--- /dev/null
+++ b/tests/data/test238
@@ -0,0 +1,33 @@
+# Server-side
+<reply>
+</reply>
+
+# Client-side
+<client>
+<server>
+ftp
+</server>
+ <name>
+FTP getting bad port in 229-response to EPSV
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/238
+</command>
+<file name="log/ftpserver.cmd">
+REPLY EPSV 229 Entering Passiv Mode (|||1000000|)
+</file>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+# 7 => CURLE_COULDNT_CONNECT
+<errorcode>
+7
+</errorcode>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+EPSV
+</protocol>
+</verify>