mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
33 lines
386 B
Plaintext
33 lines
386 B
Plaintext
# no Server-side
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
"upload" with file://
|
|
</name>
|
|
<command>
|
|
file://localhost/%PWD/log/result204.txt -T log/upload204.txt
|
|
</command>
|
|
<file name="log/upload204.txt">
|
|
data
|
|
in
|
|
file
|
|
to
|
|
write
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<file name="log/result204.txt">
|
|
data
|
|
in
|
|
file
|
|
to
|
|
write
|
|
</file>
|
|
</verify>
|