1<testcase> 2<info> 3<keywords> 4FTP 5PASV 6RETR 7Resume 8</keywords> 9</info> 10# Server-side 11<reply> 12<data> 13expected to be a file without the first part 14but we emulate that 15</data> 16<size> 1785 18</size> 19<servercmd> 20REPLY EPSV 500 no such command 21</servercmd> 22</reply> 23 24# Client-side 25<client> 26<server> 27ftp 28</server> 29 <name> 30FTP download resume with set limit 31 </name> 32 <command> 33ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 20 34</command> 35</client> 36 37# Verify data after the test has been "shot" 38<verify> 39<protocol> 40USER anonymous 41PASS ftp@example.com 42PWD 43EPSV 44PASV 45TYPE I 46SIZE %TESTNUMBER 47REST 20 48RETR %TESTNUMBER 49QUIT 50</protocol> 51</verify> 52</testcase> 53