1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6Resume 7</keywords> 8</info> 9# Server-side 10<reply> 11</reply> 12 13# Client-side 14<client> 15<server> 16ftp 17</server> 18 <name> 19FTP upload resume with whole file already downloaded 20 </name> 21 <command> 22ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51 23</command> 24<file name="log/upload123"> 25-------------------------------------------------- 26</file> 27</client> 28 29# Verify data after the test has been "shot" 30<verify> 31<protocol> 32USER anonymous 33PASS ftp@example.com 34PWD 35EPSV 36TYPE I 37QUIT 38</protocol> 39</verify> 40</testcase> 41