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/%TESTNUMBER 30</command> 31</client> 32 33# Verify data after the test has been "shot" 34<verify> 35<strip> 36QUIT 37</strip> 38<protocol> 39USER anonymous 40PASS ftp@example.com 41PWD 42CWD blalbla 43CWD lululul 44EPSV 45TYPE I 46SIZE %TESTNUMBER 47RETR %TESTNUMBER 48QUIT 49</protocol> 50</verify> 51</testcase> 52