Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test216
blob9b1720231f43c05a642a4fd7aa9d56c8f558d601
1 <testcase>
2 # Server-side
3 <reply>
4 </reply>
6 # Client-side
7 <client>
8 <server>
9 ftp
10 </server>
11  <name>
12 FTP upload two files to the same dir
13  </name>
14  <command>
15 -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/%2e%2eanotherup
16 </command>
17 <file name="log/upload.216">
18 upload this file twice
19 </file>
20 </client>
22 # Verify data after the test has been "shot"
23 <verify>
24 <protocol>
25 USER anonymous
26 PASS ftp@example.com
27 PWD
28 CWD a
29 CWD path
30 CWD 216
31 EPSV
32 TYPE I
33 STOR upload.216
34 EPSV
35 STOR ..anotherup
36 QUIT
37 </protocol>
38 </verify>
39 </testcase>