summaryrefslogtreecommitdiff
path: root/tests/data/test362
blob: ad852c224f7994214e55a7ecda5da5c92f4088a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<testcase>
<info>
<keywords>
FTP
EPSV
STOR
</keywords>
</info>

# Client-side
<client>
<server>
ftp
</server>
 <name>
FTP resume upload file with nothing to start from
 </name>
<file name="log/test%TESTNUMBER.txt">
data
    to
      see
that FTP
works
  so does it?
</file>
 <command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/test%TESTNUMBER.txt --continue-at -
</command>
</client>

<verify>
<upload>
data
    to
      see
that FTP
works
  so does it?
</upload>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE %TESTNUMBER
STOR %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>