1<testcase>
2<info>
3<keywords>
4TFTP
5TFTP RRQ
6FAILURE
7</keywords>
8</info>
9
10<reply>
11<data nocheck="yes">
12data for 1099
13</data>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20tftp
21</server>
22 <name>
23TFTP get first a non-existing file then an existing
24 </name>
25 <command>
26tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-ascii log/traceit
27</command>
28</client>
29
30#
31# Verify pseudo protocol after the test has been "shot"
32<verify>
33<protocol>
34opcode: 1
35filename: an/invalid-file
36mode: octet
37opcode: 1
38filename: /1099
39mode: octet
40</protocol>
41<stdout mode="text">
42data for 1099
43</stdout>
44</verify>
45</testcase>
46