1<testcase>
2# Server-side
3<reply>
4</reply>
5
6# Client-side
7<client>
8<server>
9ftp
10</server>
11 <name>
12FTP 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">
18upload this file twice
19</file>
20</client>
21
22# Verify data after the test has been "shot"
23<verify>
24<protocol>
25USER anonymous
26PASS ftp@example.com
27PWD
28CWD a
29CWD path
30CWD 216
31EPSV
32TYPE I
33STOR upload.216
34EPSV
35STOR ..anotherup
36QUIT
37</protocol>
38</verify>
39</testcase>
40