repo.or.cz
/
git-build-vc9.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git]
/
curl
/
tests
/
data
/
test285
blob
75a19991d9bfc2d9fa9d4b1f079617bda44d2e15
1
<testcase>
2
<info>
3
<keywords>
4
TFTP
5
TFTP WRQ
6
</keywords>
7
</info>
8
9
#
10
# Client-side
11
<client>
12
<server>
13
tftp
14
</server>
15
<name>
16
TFTP send
17
</name>
18
<command>
19
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
20
</command>
21
<file name="log/test285.txt">
22
a chunk of
23
data
24
sent
25
to server
26
</file>
27
</client>
28
29
#
30
# Verify pseudo protocol after the test has been "shot"
31
<verify>
32
<upload>
33
a chunk of
34
data
35
sent
36
to server
37
</upload>
38
<protocol>
39
opcode: 2
40
filename: /test285.txt
41
mode: octet
42
</protocol>
43
</verify>
44
</testcase>