From a2b2d4cd5c99741eeb9781aadfd92a5c4994da2e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Aug 2003 10:12:35 +0000 Subject: added test 79, a basic test that fetches an FTP URL over a HTTP proxy --- tests/data/test79 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/data/test79 (limited to 'tests/data/test79') diff --git a/tests/data/test79 b/tests/data/test79 new file mode 100644 index 000000000..c068aaec3 --- /dev/null +++ b/tests/data/test79 @@ -0,0 +1,42 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + +contents + + + +# +# Client-side + + +http + + +FTP over HTTP proxy + + +ftp://%HOSTIP:%HOSTPORT/we/want/that/page/79 -x %HOSTIP:%HOSTPORT + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET ftp://127.0.0.1:8999/we/want/that/page/79 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + -- cgit v1.2.3