| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | <testcase> | 
 | 2 | <info> | 
 | 3 | <keywords> | 
 | 4 | FTP | 
 | 5 | EPSV | 
 | 6 | Resume | 
 | 7 | </keywords> | 
 | 8 | </info> | 
 | 9 | # Server-side | 
 | 10 | <reply> | 
 | 11 | </reply> | 
 | 12 |  | 
 | 13 | # Client-side | 
 | 14 | <client> | 
 | 15 | <server> | 
 | 16 | ftp | 
 | 17 | </server> | 
 | 18 |  <name> | 
 | 19 | FTP upload resume with whole file already downloaded | 
 | 20 |  </name> | 
 | 21 |  <command> | 
 | 22 | ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/upload%TESTNUMBER -C 51 | 
 | 23 | </command> | 
 | 24 | <file name="log/upload%TESTNUMBER"> | 
 | 25 | -------------------------------------------------- | 
 | 26 | </file> | 
 | 27 | </client> | 
 | 28 |  | 
 | 29 | # Verify data after the test has been "shot" | 
 | 30 | <verify> | 
 | 31 | <protocol> | 
 | 32 | USER anonymous
 | 
 | 33 | PASS ftp@example.com
 | 
 | 34 | PWD
 | 
 | 35 | EPSV
 | 
 | 36 | TYPE I
 | 
 | 37 | QUIT
 | 
 | 38 | </protocol> | 
 | 39 | </verify> | 
 | 40 | </testcase> |