test1449 (501B)
1 <testcase> 2 # initially based on test110 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/%TESTNUMBER -r 36893488147419103232- 25 </command> 26 </client> 27 28 # Verify data after the test has been "shot" 29 <verify> 30 <strip> 31 QUIT 32 </strip> 33 <protocol> 34 USER anonymous 35 PASS ftp@example.com 36 PWD 37 EPSV 38 QUIT 39 </protocol> 40 </verify> 41 </testcase>