1 <testcase> 2 <info> 3 <keywords> 4 FILE 5 </keywords> 6 </info> 7 8 # Server-side 9 <reply> 10 # 16 bytes to check 11 <datacheck> 12 B01234567 13 C01234567 14 </datacheck> 15 </reply> 16 17 # Client-side 18 <client> 19 <server> 20 file 21 </server> 22 <name> 23 file:// with resume 24 </name> 25 <command> 26 file://localhost/%PWD/log/test231.txt -C 10 27 </command> 28 <file name="log/test231.txt"> 29 A01234567 30 B01234567 31 C01234567 32 </file> 33 </client> 34 35 # Verify data after the test has been "shot" 36 <verify> 37 </verify> 38 </testcase> 39