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<strip> 33QUIT 34</strip> 35<upload> 36data 37 to 38 see 39that FTP 40works 41 so does it? 42</upload> 43<protocol> 44USER anonymous 45PASS ftp@example.com 46PWD 47EPSV 48TYPE I 49SIZE %TESTNUMBER 50STOR %TESTNUMBER 51QUIT 52</protocol> 53</verify> 54</testcase> 55