Git init
[external/curl.git] / tests / data / test216
1 <testcase>
2 # Server-side
3 <reply>
4 </reply>
5
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>
21
22 # Verify data after the test has been "shot"
23 <verify>
24 <protocol>
25 USER anonymous\r
26 PASS ftp@example.com\r
27 PWD\r
28 CWD a\r
29 CWD path\r
30 CWD 216\r
31 EPSV\r
32 TYPE I\r
33 STOR upload.216\r
34 EPSV\r
35 STOR ..anotherup\r
36 QUIT\r
37 </protocol>
38 </verify>
39 </testcase>