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