Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test149
blob6fc48de2fba4098dac67b82fea8c11257590d13e
1 <testcase>
2 # Server-side
3 <reply>
4 </reply>
6 # Client-side
7 <client>
8 <server>
9 ftp
10 </server>
11  <name>
12 FTP with multiple uploads
13  </name>
14  <command>
15 -T log/upload148 ftp://%HOSTIP:%FTPPORT/dir1/148 -T log/upload148 ftp://%HOSTIP:%FTPPORT/dir2/148
16 </command>
17 <file name="log/upload148">
18 send away this contents
19 </file>
20 </client>
22 # Verify data after the test has been "shot"
23 <verify>
24 # Strip all valid kinds of PORT and EPRT that curl can send
25 <strip>
26 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
27 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
28 </strip>
29 <protocol>
30 USER anonymous
31 PASS ftp@example.com
32 PWD
33 CWD dir1
34 EPSV
35 TYPE I
36 STOR 148
37 CWD /nowhere/anywhere
38 CWD dir2
39 EPSV
40 STOR 148
41 QUIT
42 </protocol>
43 <file name="log/upload148">
44 send away this contents
45 </file>
46 </verify>
47 </testcase>