1<testcase> 2<info> 3<keywords> 4FTP 5EPSV 6STOR 7</keywords> 8</info> 9 10# Client-side 11<client> 12<server> 13ftp 14</server> 15<name> 16FTP resume upload file with nothing to start from 17</name> 18<file name="%LOGDIR/test%TESTNUMBER.txt"> 19data 20 to 21 see 22that FTP 23works 24 so does it? 25</file> 26<command> 27ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --continue-at - 28</command> 29</client> 30 31<verify> 32<upload> 33data 34 to 35 see 36that FTP 37works 38 so does it? 39</upload> 40<protocol> 41USER anonymous 42PASS ftp@example.com 43PWD 44EPSV 45TYPE I 46SIZE %TESTNUMBER 47STOR %TESTNUMBER 48QUIT 49</protocol> 50</verify> 51</testcase> 52