1<testcase>
2<info>
3<keywords>
4FTP
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<servercmd>
11REPLY SIZE 550 access to this file is very much denied
12REPLY APPE 550 I said: access to this file is very much denied
13REPLY STOR 550 I said: access to this file is very much denied
14</servercmd>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22 <name>
23FTP resume upload but denied access to remote file
24 </name>
25 <command>
26ftp://%HOSTIP:%FTPPORT/236 -T log/file236.txt -C -
27</command>
28<file name="log/file236.txt">
29Test data
30</file>
31</client>
32
33# Verify data after the test has been "shot"
34<verify>
35
36<protocol>
37USER anonymous
38PASS ftp@example.com
39PWD
40EPSV
41TYPE I
42SIZE 236
43STOR 236
44QUIT
45</protocol>
46
47#  (25) Failed FTP upload: 550
48<errorcode>
4925
50</errorcode>
51</verify>
52</testcase>
53