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<protocol> 31USER anonymous 32PASS ftp@example.com 33PWD 34EPSV 35QUIT 36</protocol> 37</verify> 38</testcase> 39