Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test1449
1 # initially based on test110
2 <testcase>
3 <info>
4 <keywords>
5 FTP
6 PASV
7 RETR
8 Resume
9 </keywords>
10 </info>
11 # Server-side
12 <reply>
13 </reply>
14
15 # Client-side
16 <client>
17 <server>
18 ftp
19 </server>
20  <name>
21 FTP download range with integer overflow
22  </name>
23  <command>
24 ftp://%HOSTIP:%FTPPORT/1449 -r 36893488147419103232-
25 </command>
26 </client>
27
28 # Verify data after the test has been "shot"
29 <verify>
30 <protocol>
31 USER anonymous
32 PASS ftp@example.com
33 PWD
34 EPSV
35 QUIT
36 </protocol>
37 </verify>
38 </testcase>