xref: /curl/tests/data/test271 (revision 3fd80c7b)
1<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
28</name>
29<command>
30tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER
31</command>
32</client>
33
34#
35# Verify pseudo protocol after the test has been "shot"
36<verify>
37<strip>
38^timeout = [5-6]$
39</strip>
40<protocol>
41opcode = 1
42mode = octet
43tsize = 0
44blksize = 512
45filename = /%TESTNUMBER
46</protocol>
47</verify>
48</testcase>
49