diff options
Diffstat (limited to 'tests/data/test550')
-rw-r--r-- | tests/data/test550 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/tests/data/test550 b/tests/data/test550 new file mode 100644 index 000000000..06f8918d2 --- /dev/null +++ b/tests/data/test550 @@ -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 and ascii transfer + </name> +# first URL then proxy + <command> +ftp://www.haxx.se/moo/550 http://%HOSTIP:%HTTPPORT ascii +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET ftp://www.haxx.se/moo/550;type=a HTTP/1.1
+Host: www.haxx.se:21
+Pragma: no-cache
+Accept: */*
+Proxy-Connection: Keep-Alive
+
+</protocol> +<stdout mode="text"> +hello +</stdout> +</verify> +</testcase> |