test550 (953B)
1 <testcase> 2 <info> 3 <keywords> 4 FTP 5 HTTP proxy 6 CURLOPT_PROXY_TRANSFER_MODE 7 CURLOPT_PROXY 8 </keywords> 9 </info> 10 11 # 12 # Server-side 13 <reply> 14 <data nocheck="yes"> 15 HTTP/1.1 200 OK swsclose 16 Date: Tue, 09 Nov 2010 14:49:00 GMT 17 Server: test-server/fake 18 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 19 ETag: "21025-dc7-39462498" 20 Accept-Ranges: bytes 21 Content-Length: 6 22 23 hello 24 </data> 25 </reply> 26 27 # 28 # Client-side 29 <client> 30 <server> 31 http 32 </server> 33 <features> 34 ftp 35 proxy 36 </features> 37 <tool> 38 lib549 39 </tool> 40 <name> 41 FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE and ASCII transfer 42 </name> 43 # first URL then proxy 44 <command> 45 ftp://www.example.com/moo/%TESTNUMBER http://%HOSTIP:%HTTPPORT ascii 46 </command> 47 </client> 48 49 # 50 # Verify data after the test has been "shot" 51 <verify> 52 <protocol> 53 GET ftp://www.example.com/moo/%TESTNUMBER;type=a HTTP/1.1 54 Host: www.example.com:21 55 Accept: */* 56 Proxy-Connection: Keep-Alive 57 58 </protocol> 59 <stdout> 60 hello 61 </stdout> 62 </verify> 63 </testcase>