1<testcase> 2<info> 3<keywords> 4TFTP 5TFTP RRQ 6FAILURE 7</keywords> 8</info> 9 10<reply> 11<data> 12a chunk of 13data 14returned 15 to client 16</data> 17</reply> 18 19# 20# Client-side 21<client> 22<server> 23tftp 24</server> 25 <name> 26TFTP retrieve with blksize 400 27 </name> 28 <command> 29tftp://%HOSTIP:%TFTPPORT//332 --tftp-blksize 400 30</command> 31</client> 32 33# 34# Verify pseudo protocol after the test has been "shot" 35<verify> 36<protocol> 37opcode: 1 38mode: octet 39tsize: 0 40blksize: 400 41timeout: 6 42filename: /332 43</protocol> 44</verify> 45</testcase> 46