1<testcase>
2# Server-side
3<reply>
4</reply>
5
6# Client-side
7<client>
8<server>
9ftp
10</server>
11 <name>
12FTP resumed upload but no file present remotely
13 </name>
14 <command>
15ftp://%HOSTIP:%FTPPORT/235 -T log/upload235 -C -
16</command>
17<file name="log/upload235">
18this is the *****crap******** that we're gonna upload
19
20worx?
21</file>
22</client>
23
24# Verify data after the test has been "shot"
25<verify>
26<protocol>
27USER anonymous
28PASS ftp@example.com
29PWD
30EPSV
31TYPE I
32SIZE 235
33STOR 235
34QUIT
35</protocol>
36<upload>
37this is the *****crap******** that we're gonna upload
38
39worx?
40</upload>
41</verify>
42</testcase>
43