Git init
[external/curl.git] / tests / data / test1057
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 EPSV
6 RETR
7 Range
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply>
13 <data>
14 456789abcdef
15 </data>
16 <datacheck nonewline="yes">
17 456789abcdef
18 </datacheck>
19 <size>
20 64
21 </size>
22 </reply>
23
24 # Client-side
25 <client>
26 <server>
27 ftp
28 </server>
29  <name>
30 FTP retrieve a byte-range relative to end of file
31  </name>
32  <command>
33 -r -12 ftp://%HOSTIP:%FTPPORT/1057
34 </command>
35 </client>
36
37 # Verify data after the test has been "shot"
38 <verify>
39 <protocol>
40 USER anonymous\r
41 PASS ftp@example.com\r
42 PWD\r
43 EPSV\r
44 TYPE I\r
45 SIZE 1057\r
46 REST 52\r
47 RETR 1057\r
48 ABOR\r
49 QUIT\r
50 </protocol>
51 </verify>
52 </testcase>