1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6APPE 7</keywords> 8</info> 9# Server-side 10<reply> 11<data> 12</data> 13</reply> 14 15# Client-side 16<client> 17<server> 18ftp 19</server> 20 <name> 21FTP PASV upload append 22 </name> 23 <command> 24ftp://%HOSTIP:%FTPPORT/109 -T log/upload109 --append 25</command> 26<file name="log/upload109"> 27Moooooooooooo 28 upload this 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 109 41QUIT 42</protocol> 43<upload> 44Moooooooooooo 45 upload this 46</upload> 47</verify> 48</testcase> 49