Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test211
blobb07773b7b644e2544a671fcbe6ec4d6879ae970c
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 data blobb
6 </data>
7 <servercmd>
8 REPLY EPSV 500 no such command
9 </servercmd>
10 </reply>
12 # Client-side
13 <client>
14 <server>
15 ftp
16 </server>
17  <name>
18 Get two FTP files with no remote EPSV support
19  </name>
20  <command>
21 ftp://%HOSTIP:%FTPPORT/a/path/211 ftp://%HOSTIP:%FTPPORT/a/path/211
22 </command>
23 <stdout>
24 data blobb
25 data blobb
26 </stdout>
27 </client>
29 # Verify data after the test has been "shot"
30 <verify>
31 <protocol>
32 USER anonymous
33 PASS ftp@example.com
34 PWD
35 CWD a
36 CWD path
37 EPSV
38 PASV
39 TYPE I
40 SIZE 211
41 RETR 211
42 PASV
43 SIZE 211
44 RETR 211
45 QUIT
46 </protocol>
47 </verify>
48 </testcase>