aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test111
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-13 12:51:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-13 12:51:07 +0000
commit5c344fc23ad129b6aaa2974ea59f025844b2935c (patch)
treeaeb40593ac4a6b5531220cc8c307801d2d705135 /tests/data/test111
parent5a905e0bb81582843fd7a250d694091ac5a6bb08 (diff)
ftp tests added
Diffstat (limited to 'tests/data/test111')
-rw-r--r--tests/data/test11133
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test111 b/tests/data/test111
new file mode 100644
index 000000000..6201f3494
--- /dev/null
+++ b/tests/data/test111
@@ -0,0 +1,33 @@
+# Server-side
+<reply>
+<size>
+85
+</size>
+</reply>
+
+# Client-side
+<client>
+ <name>
+FTP download resume beyond file size
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/111 -C 2000
+</command>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+36
+</errorcode>
+<strip>
+</strip>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+PASV
+TYPE I
+SIZE 111
+</protocol>
+</verify>