aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test109
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/test109
parent5a905e0bb81582843fd7a250d694091ac5a6bb08 (diff)
ftp tests added
Diffstat (limited to 'tests/data/test109')
-rw-r--r--tests/data/test10937
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/test109 b/tests/data/test109
new file mode 100644
index 000000000..18661885d
--- /dev/null
+++ b/tests/data/test109
@@ -0,0 +1,37 @@
+# Server-side
+<reply>
+<data>
+</data>
+</reply>
+
+# Client-side
+<client>
+ <name>
+FTP PASV upload append
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/109 -T log/upload109 --append
+</command>
+<file name="log/upload109">
+Moooooooooooo
+ upload this
+</file>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+</strip>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+PASV
+TYPE I
+APPE 109
+</protocol>
+<upload>
+Moooooooooooo
+ upload this
+</upload>
+</verify>