blob: 8832a38104766618d9c72c7a246e1778e9c5c91a [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6STOR
7</keywords>
8</info>
9
10<reply>
11<servercmd>
12STOR 552 disk full
13</servercmd>
14</reply>
15
16# Client-side
17<client>
18<server>
19ftp
20</server>
21 <name>
22FTP upload file with 552 disk full response
23 </name>
24<file name="log/test%TESTNUMBER.txt">
25data
26 to
27 see
28that FTP
29works
30 so does it?
31</file>
32 <command>
33ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/test%TESTNUMBER.txt
34</command>
35</client>
36
37# Verify data after the test has been "shot"
38<verify>
39<upload>
40data
41 to
42 see
43that FTP
44works
45 so does it?
46</upload>
47<protocol>
48USER anonymous
49PASS ftp@example.com
50PWD
51EPSV
52TYPE I
53STOR %TESTNUMBER
54QUIT
55</protocol>
56# 70 - CURLE_REMOTE_DISK_FULL
57<errorcode>
5870
59</errorcode>
60</verify>
61</testcase>