1 <testcase> 2 <info> 3 <keywords> 4 FTP 5 PASV 6 RETR 7 FAILURE 8 </keywords> 9 </info> 10 # Server-side 11 <reply> 12 <servercmd> 13 REPLY RETR 550 no such file! 14 </servercmd> 15 </reply> 16 17 # Client-side 18 <client> 19 <server> 20 ftp 21 </server> 22 <name> 23 Two FTP downloads, with failed RETR but re-used control connection 24 </name> 25 <command> 26 ftp://%HOSTIP:%FTPPORT/dir/1096 ftp://%HOSTIP:%FTPPORT/dir/1096 27 </command> 28 </client> 29 30 # Verify data after the test has been "shot" 31 <verify> 32 <errorcode> 33 78 34 </errorcode> 35 <protocol> 36 USER anonymous 37 PASS ftp (a] example.com 38 PWD 39 CWD dir 40 EPSV 41 TYPE I 42 SIZE 1096 43 RETR 1096 44 EPSV 45 SIZE 1096 46 RETR 1096 47 QUIT 48 </protocol> 49 </verify> 50 </testcase> 51