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