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