aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test117
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test117')
-rw-r--r--tests/data/test11744
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/data/test117 b/tests/data/test117
new file mode 100644
index 0000000..2caad0d
--- /dev/null
+++ b/tests/data/test117
@@ -0,0 +1,44 @@
+<testcase>
+<info>
+<keywords>
+FTP
+FAILURE
+</keywords>
+</info>
+# Server-side
+<reply>
+<servercmd>
+REPLY EPSV 314 bluah you f00l!
+REPLY TYPE 314 bluah you f00l!
+</servercmd>
+</reply>
+
+# Client-side
+<client>
+<server>
+ftp
+</server>
+ <name>
+FTP download, failed TYPE
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/117
+</command>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+17
+</errorcode>
+<protocol>
+USER anonymous
+PASS ftp@example.com
+PWD
+EPSV
+PASV
+TYPE I
+QUIT
+</protocol>
+</verify>
+</testcase>