blob: d2bd8bb6e66426a053a57e750dbda8cd75bb9b72 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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//%TESTNUMBER --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 = /%TESTNUMBER
43</protocol>
44</verify>
45</testcase>