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