1<testcase>
2# no Server-side
3
4# Client-side
5<client>
6<server>
7file
8</server>
9 <name>
10"upload" with file://
11 </name>
12 <command>
13file://localhost/%PWD/log/result204.txt -T log/upload204.txt
14</command>
15<file name="log/upload204.txt">
16data
17in
18file
19to
20write
21</file>
22</client>
23
24# Verify data after the test has been "shot"
25<verify>
26<file name="log/result204.txt">
27data
28in
29file
30to
31write
32</file>
33</verify>
34</testcase>
35