1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6APPE 7Resume 8</keywords> 9</info> 10# Server-side 11<reply> 12<size> 130 14</size> 15</reply> 16 17# Client-side 18<client> 19<server> 20ftp 21</server> 22<name> 23FTP PASV upload resume from end of empty file 24</name> 25<command> 26ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C - 27</command> 28<file name="%LOGDIR/upload%TESTNUMBER"> 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 %TESTNUMBER 44STOR %TESTNUMBER 45QUIT 46</protocol> 47<upload> 48this is the *****cr@p******** that we're gonna upload 49 50worx? 51</upload> 52</verify> 53</testcase> 54