aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test261
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-24 09:40:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-24 09:40:58 +0000
commit632cf13767f499bdfbef8c7573f826bad64facb2 (patch)
treef095b4b85b84d298e6a5aecafc6490571bdd6d8c /tests/data/test261
parente7012a515cb4a66d11e4d22cba87d23ca748fbee (diff)
add test case 261, response code 226 to TYPE
Diffstat (limited to 'tests/data/test261')
-rw-r--r--tests/data/test26149
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/data/test261 b/tests/data/test261
new file mode 100644
index 000000000..419bf9b26
--- /dev/null
+++ b/tests/data/test261
@@ -0,0 +1,49 @@
+<info>
+<keywords>
+FTP
+EPSV
+RETR
+</keywords>
+</info>
+#
+# Server-side
+<reply>
+<data>
+hepp
+</data>
+<servercmd>
+REPLY TYPE 226 Kind of on the positive side!
+</servercmd>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+ftp
+</server>
+ <name>
+FTP RETR with 226 response code to TYPE
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/261
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+filter off really nothing
+</strip>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+EPSV
+TYPE I
+SIZE 261
+RETR 261
+QUIT
+</protocol>
+</verify>