xref: /curl/tests/data/test348 (revision cd4aee15)
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<strip>
40QUIT
41</strip>
42<upload>
43data
44    to
45      see
46that FTP
47works
48  so does it?
49</upload>
50<protocol>
51USER anonymous
52PASS ftp@example.com
53PWD
54EPSV
55TYPE I
56STOR %TESTNUMBER
57QUIT
58</protocol>
59# 70 - CURLE_REMOTE_DISK_FULL
60<errorcode>
6170
62</errorcode>
63</verify>
64</testcase>
65