xref: /curl/tests/data/test348 (revision 3fd80c7b)
1<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="%LOGDIR/test%TESTNUMBER.txt">
25data
26    to
27      see
28that FTP
29works
30  so does it?
31</file>
32<command>
33ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/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>
62