curl/tests/data/test204

41 lines
508 B
Plaintext

<testcase>
<info>
<keywords>
FILE
</keywords>
</info>
# no Server-side
# Client-side
<client>
<server>
file
</server>
<name>
"upload" with file://
</name>
<command option="no-include">
file://localhost%FILE_PWD/log/result%TESTNUMBER.txt -T log/upload%TESTNUMBER.txt
</command>
<file name="log/upload%TESTNUMBER.txt">
data
in
file
to
write
</file>
</client>
# Verify data after the test has been "shot"
<verify>
<file name="log/result%TESTNUMBER.txt">
data
in
file
to
write
</file>
</verify>
</testcase>