Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test296
blob4d895e9de9bb7ab6f35ff3d8e46ec55e98ddc19d
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 PASV
6 CWD
7 --ftp-method
8 multicwd
9 </keywords>
10 </info>
12 # Server-side
13 <reply>
14 <data>
15 bla bla bla
16 </data>
17 </reply>
19 # Client-side
20 <client>
21 <server>
22 ftp
23 </server>
24  <name>
25 FTP CWD with --ftp-method multicwd
26  </name>
27  <command>
28 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296
29 </command>
30 </client>
32 # Verify data after the test has been "shot"
33 <verify>
34 <protocol>
35 USER anonymous
36 PASS ftp@example.com
37 PWD
38 CWD first
39 CWD second
40 CWD third
41 EPSV
42 TYPE I
43 SIZE 296
44 RETR 296
45 QUIT
46 </protocol>
47 </verify>
48 </testcase>