blob: ad852c224f7994214e55a7ecda5da5c92f4088a2 [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# Client-side
11<client>
12<server>
13ftp
14</server>
15 <name>
16FTP resume upload file with nothing to start from
17 </name>
18<file name="log/test%TESTNUMBER.txt">
19data
20 to
21 see
22that FTP
23works
24 so does it?
25</file>
26 <command>
27ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/test%TESTNUMBER.txt --continue-at -
28</command>
29</client>
30
31<verify>
32<upload>
33data
34 to
35 see
36that FTP
37works
38 so does it?
39</upload>
40<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44EPSV
45TYPE I
46SIZE %TESTNUMBER
47STOR %TESTNUMBER
48QUIT
49</protocol>
50</verify>
51</testcase>