blob: 4fbc7b81b7befb70731fde726bdc6eaa01f1f40b [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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</reply>
20
21#
22# Client-side
23<client>
24<server>
25tftp
26</server>
27 <name>
28TFTP retrieve with mode=i
29 </name>
30 <command>
31"tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=i" --use-ascii
32</command>
33</client>
34
35#
36# Verify pseudo protocol after the test has been "shot"
37<verify>
38<protocol>
39opcode = 1
40mode = octet
41tsize = 0
42blksize = 512
43timeout = 6
44filename = /%TESTNUMBER
45</protocol>
46</verify>
47</testcase>