xref: /curl/tests/data/test235 (revision cd4aee15)
1<testcase>
2<info>
3<keywords>
4FTP
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<servercmd>
11REPLY SIZE 500 command not understood
12</servercmd>
13</reply>
14
15# Client-side
16<client>
17<server>
18ftp
19</server>
20<name>
21FTP resumed upload but no file present remotely
22</name>
23<command>
24ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C -
25</command>
26<file name="%LOGDIR/upload%TESTNUMBER">
27this is the *****crap******** that we're gonna upload
28
29worx?
30</file>
31</client>
32
33# Verify data after the test has been "shot"
34<verify>
35<strip>
36QUIT
37</strip>
38<protocol>
39USER anonymous
40PASS ftp@example.com
41PWD
42EPSV
43TYPE I
44SIZE %TESTNUMBER
45STOR %TESTNUMBER
46QUIT
47</protocol>
48<upload>
49this is the *****crap******** that we're gonna upload
50
51worx?
52</upload>
53</verify>
54</testcase>
55