summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl-7.19.0/tests/data/test550
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test550')
-rw-r--r--Utilities/cmcurl-7.19.0/tests/data/test55065
1 files changed, 0 insertions, 65 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test550 b/Utilities/cmcurl-7.19.0/tests/data/test550
deleted file mode 100644
index ac724ad..0000000
--- a/Utilities/cmcurl-7.19.0/tests/data/test550
+++ /dev/null
@@ -1,65 +0,0 @@
-<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>
-<features>
-ftp
-</features>
-<tool>
-lib549
-</tool>
- <name>
-FTP 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>