diff --git a/tests/data/test146 b/tests/data/test146
new file mode 100644
index 0000000000000000000000000000000000000000..88690c95400a9101d7de17ad027499c5bd821ce7
--- /dev/null
+++ b/tests/data/test146
@@ -0,0 +1,46 @@
+# Server-side
+
+
+this is file contents
+
+
+
+# Client-side
+
+
+ftp
+
+
+persistant FTP with different paths
+
+
+ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146
+
+
+
+# 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
+CWD first
+CWD dir
+CWD here
+EPSV
+TYPE I
+SIZE 146
+RETR 146
+CWD /nowhere/anywhere
+EPSV
+TYPE I
+SIZE 146
+RETR 146
+
+