1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6APPE 7Resume 8</keywords> 9</info> 10# Server-side 11<reply> 12<size> 1317 14</size> 15</reply> 16 17# Client-side 18<client> 19<server> 20ftp 21</server> 22 <name> 23FTP PASV upload resume from end of file 24 </name> 25 <command> 26ftp://%HOSTIP:%FTPPORT/1038 -T log/upload1038 -C - 27</command> 28<file name="log/upload1038"> 29this is the *****cr@p******** that we're gonna upload 30 31worx? 32</file> 33</client> 34 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38USER anonymous 39PASS ftp@example.com 40PWD 41EPSV 42TYPE I 43SIZE 1038 44APPE 1038 45QUIT 46</protocol> 47<upload> 48cr@p******** that we're gonna upload 49 50worx? 51</upload> 52</verify> 53</testcase> 54