Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test534
blobe83945782be3cae8457cff240e7d088085303f8c
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 PASV
6 RETR
7 multi
8 </keywords>
9 </info>
11 # Server-side
12 <reply>
13 <data>
14 </data>
16 <servercmd>
17 REPLY RETR 550 the file doesn't exist
18 REPLY SIZE 550 Can't check for file existence
19 </servercmd>
20 </reply>
22 # Client-side
23 <client>
24 <server>
25 ftp
26 </server>
27 <tool>
28 lib533
29 </tool>
30  <name>
31 FTP RETR twice using multi: non-existing host and non-existing file
32  </name>
33  <command>
34 ftp://non-existing-host.haxx.se/path/534 ftp://%HOSTIP:%FTPPORT/path/534
35 </command>
36 </client>
38 # Verify data after the test has been "shot"
39 <verify>
40 <protocol>
41 USER anonymous
42 PASS ftp@example.com
43 PWD
44 CWD path
45 EPSV
46 TYPE I
47 SIZE 534
48 RETR 534
49 QUIT
50 </protocol>
51 </verify>
52 </testcase>