1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6RETR 7FAILURE 8</keywords> 9</info> 10# Server-side 11<reply> 12<servercmd> 13REPLY RETR 550 no such file! 14</servercmd> 15</reply> 16 17# Client-side 18<client> 19<server> 20ftp 21</server> 22 <name> 23Two FTP downloads, with failed RETR but re-used control connection 24 </name> 25 <command> 26ftp://%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> 3378 34</errorcode> 35<protocol> 36USER anonymous 37PASS ftp@example.com 38PWD 39CWD dir 40EPSV 41TYPE I 42SIZE 1096 43RETR 1096 44EPSV 45SIZE 1096 46RETR 1096 47QUIT 48</protocol> 49</verify> 50</testcase> 51