aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1057
blob: b4ef20c8da3d8369f38a234a31a2a4e54fd491f8 (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
52
<testcase>
<info>
<keywords>
FTP
EPSV
RETR
Range
</keywords>
</info>

# Server-side
<reply>
<data>
456789abcdef
</data>
<datacheck nonewline="yes">
456789abcdef
</datacheck>
<size>
64
</size>
</reply>

# Client-side
<client>
<server>
ftp
</server>
 <name>
FTP retrieve a byte-range relative to end of file
 </name>
 <command>
-r -12 ftp://%HOSTIP:%FTPPORT/1057
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE 1057
REST 52
RETR 1057
ABOR
QUIT
</protocol>
</verify>
</testcase>