xref: /curl/tests/data/test285 (revision 07dd60c0)
1<testcase>
2<info>
3<keywords>
4TFTP
5TFTP WRQ
6</keywords>
7</info>
8
9#
10# Client-side
11<client>
12<server>
13tftp
14</server>
15<name>
16TFTP send
17</name>
18<command>
19-T %LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT// --connect-timeout 549
20</command>
21<file name="%LOGDIR/test%TESTNUMBER.txt">
22a chunk of
23data
24sent
25 to server
26</file>
27</client>
28
29#
30# Verify pseudo protocol after the test has been "shot"
31<verify>
32<upload>
33a chunk of
34data
35sent
36 to server
37</upload>
38<protocol>
39opcode = 2
40mode = octet
41tsize = 32
42blksize = 512
43timeout = 10
44filename = /test%TESTNUMBER.txt
45</protocol>
46</verify>
47</testcase>
48