1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6RETR 7RETRWEIRDO 8</keywords> 9</info> 10# Server-side 11<reply> 12<data> 13this is file contents 14</data> 15<servercmd> 16RETRWEIRDO 17</servercmd> 18</reply> 19 20# Client-side 21<client> 22<server> 23ftp 24</server> 25 <name> 26FTP download with multiple replies at once in RETR 27 </name> 28 <command> 29ftp://%HOSTIP:%FTPPORT/blalbla/lululul/126 30</command> 31</client> 32 33# Verify data after the test has been "shot" 34<verify> 35<protocol> 36USER anonymous 37PASS ftp@example.com 38PWD 39CWD blalbla 40CWD lululul 41EPSV 42TYPE I 43SIZE 126 44RETR 126 45QUIT 46</protocol> 47</verify> 48</testcase> 49