diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-13 12:51:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-13 12:51:07 +0000 |
commit | 5c344fc23ad129b6aaa2974ea59f025844b2935c (patch) | |
tree | aeb40593ac4a6b5531220cc8c307801d2d705135 /tests/data/test108 | |
parent | 5a905e0bb81582843fd7a250d694091ac5a6bb08 (diff) |
ftp tests added
Diffstat (limited to 'tests/data/test108')
-rw-r--r-- | tests/data/test108 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/data/test108 b/tests/data/test108 new file mode 100644 index 000000000..5ae7c2a72 --- /dev/null +++ b/tests/data/test108 @@ -0,0 +1,39 @@ +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> + <name> +FTP PORT upload with CWD + </name> + <command> +ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T log/upload108 -P - +</command> +<file name="log/upload108"> +Moooooooooooo + upload this +</file> +</test> + +# Verify data after the test has been "shot" +<verify> +<strip> +^PORT .* +</strip> +<protocol> +USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+CWD CWD/STOR/RETR
+PORT 127,0,0,1,5,109
+TYPE I
+STOR 108
+</protocol> +<upload> +Moooooooooooo + upload this +</upload> +</verify> |