blob: 80111eba531a920d939df1be89cc3c5442e0703a [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4TFTP
5TFTP RRQ
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13a chunk of
14data
15returned
16 to client
17</data>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24tftp
25</server>
26 <name>
27TFTP retrieve without TFTP options requests
28 </name>
29 <command>
30tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options
31</command>
32</client>
33
34#
35# Verify pseudo protocol after the test has been "shot"
36<verify>
37<protocol>
38opcode: 1
39mode: octet
40filename: /1242
41</protocol>
42</verify>
43</testcase>