1<testcase> 2<info> 3<keywords> 4TFTP 5TFTP RRQ 6mode= 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<data> 14a chunk of 15data 16returned 17 to client 18</data> 19<datacheck> 20a chunk of 21data 22returned 23 to client 24</datacheck> 25</reply> 26 27# 28# Client-side 29<client> 30<server> 31tftp 32</server> 33<name> 34TFTP retrieve with mode=netascii 35</name> 36<command> 37"tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=netascii" 38</command> 39</client> 40 41# 42# Verify pseudo protocol after the test has been "shot" 43<verify> 44<strip> 45^timeout = [5-6]$ 46</strip> 47<protocol> 48opcode = 1 49mode = netascii 50tsize = 0 51blksize = 512 52filename = /%TESTNUMBER 53</protocol> 54</verify> 55</testcase> 56