diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-08 22:53:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-08 22:53:28 +0000 |
commit | cc0ce38accd5ed52f64009ad61ed059a48700a87 (patch) | |
tree | d5763cdca818d643f6002e4ffdd22df3347b20c7 /tests/data/test549 | |
parent | 8cdff55b8065faf019a453475868b0baf934244c (diff) |
add test 549 and 550
Diffstat (limited to 'tests/data/test549')
-rw-r--r-- | tests/data/test549 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/tests/data/test549 b/tests/data/test549 new file mode 100644 index 000000000..019573097 --- /dev/null +++ b/tests/data/test549 @@ -0,0 +1,62 @@ +<testcase> +<info> +<keywords> +FTP +CURLOPT_PROXY_TRANSFER_MODE +CURLOPT_PROXY +</keywords> +</info> + +# +# Server-side +<reply> +<data nocheck="1"> +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 + +hello +</data> +</reply> + +# +# Client-side +<client> +<server> +http +</server> +<tool> +lib549 +</tool> + <name> +FPT RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE + </name> +# first URL then proxy + <command> +ftp://www.haxx.se/moo/549 http://%HOSTIP:%HTTPPORT +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET ftp://www.haxx.se/moo/549;type=i HTTP/1.1
+Host: www.haxx.se:21
+Pragma: no-cache
+Accept: */*
+Proxy-Connection: Keep-Alive
+
+</protocol> +<stdout mode="text"> +hello +</stdout> +</verify> +</testcase> |