1<testcase>
2# Server-side
3<reply>
4</reply>
5
6# Client-side
7<client>
8<server>
9ftp
10</server>
11# tool is what to use instead of 'curl'
12<tool>
13lib541
14</tool>
15
16 <name>
17FTP upload and upload same file again without rewind
18 </name>
19 <command>
20ftp://%HOSTIP:%FTPPORT/541 log/upload541
21</command>
22<file name="log/upload541">
23Contents
24of
25a file
26to verify
27ftp
28upload
29
30
31works?
32</file>
33</client>
34
35# Verify data after the test has been "shot"
36<verify>
37<upload>
38</upload>
39<protocol>
40USER anonymous
41PASS ftp@example.com
42PWD
43EPSV
44TYPE I
45STOR 541
46EPSV
47STOR 541
48QUIT
49</protocol>
50</verify>
51</testcase>
52