1<testcase> 2<info> 3<keywords> 4FTP 5CURLE_PARTIAL_FILE 6RETR 7PASV 8</keywords> 9</info> 10<reply> 11<data> 121oooooooooooooooooooooooooooooooooooooooooo2 13</data> 14<size> 1510928 16</size> 17</reply> 18 19# Client-side 20<client> 21<server> 22ftp 23</server> 24<name> 25FTP RETR PASV 26</name> 27<command> 28ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 29</command> 30</client> 31 32 33# Verify data after the test has been "shot" 34<verify> 35# This doesn't send QUIT because of known bug: 36# "7.8 Premature transfer end but healthy control channel" 37<protocol> 38USER anonymous 39PASS ftp@example.com 40PWD 41EPSV 42TYPE I 43SIZE %TESTNUMBER 44RETR %TESTNUMBER 45</protocol> 46# CURLE_PARTIAL_FILE = 18 47<errorcode> 4818 49</errorcode> 50</verify> 51</testcase> 52