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