diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index dfbff246d2..66c5f52efe 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -33,7 +33,8 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test241 test242 test519 test214 test215 test216 test217 test218 \
test199 test225 test226 test227 test230 test231 test232 test228 \
test229 test233 test234 test235 test236 test520 test237 test238 \
- test239 test243 test245 test246 test247 test248 test249
+ test239 test243 test245 test246 test247 test248 test249 test250 \
+ test251
# The following tests have been removed from the dist since they no longer
# work. We need to fix the test suite's FTPS server first, then bring them
diff --git a/tests/data/test250 b/tests/data/test250
new file mode 100644
index 0000000000..da5c6dfd92
--- /dev/null
+++ b/tests/data/test250
@@ -0,0 +1,51 @@
+#
+# Server-side
+
+
+total 20
+drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
+drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
+drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
+-r--r--r-- 1 0 1 35 Jul 16 1996 README
+lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
+dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
+drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
+dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
+drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
+dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
+
+
+SLOWDOWN
+
+
+
+#
+# Client-side
+
+
+ftp
+
+
+FTP dir list PASV with slow response
+
+
+ftp://%HOSTIP:%FTPPORT/
+
+
+
+#
+# Verify data after the test has been "shot"
+
+
+filter off really nothing
+
+
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+EPSV
+TYPE A
+LIST
+QUIT
+
+
diff --git a/tests/data/test251 b/tests/data/test251
new file mode 100644
index 0000000000..cbf93e0750
--- /dev/null
+++ b/tests/data/test251
@@ -0,0 +1,51 @@
+# Server-side
+
+
+total 20
+drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
+drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
+drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
+-r--r--r-- 1 0 1 35 Jul 16 1996 README
+lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
+dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
+drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
+dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
+drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
+dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
+
+
+SLOWDOWN
+
+
+
+# Client-side
+
+
+ftp
+
+
+FTP dir list, PORT with specified IP and slow response
+
+
+ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
+
+
+
+# Verify data after the test has been "shot"
+
+# strip all kinds of PORT, EPRT and LPRT curl can do
+
+^PORT 127,0,0,1,.*
+^EPRT.*
+^LPRT.*
+
+
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+PORT 127,0,0,1,243,212
+TYPE A
+LIST
+QUIT
+
+