etlegacy-libs/curl/tests/data/test231

39 lines
480 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
2016-09-16 04:29:17 +00:00
<info>
<keywords>
FILE
</keywords>
</info>
2012-06-01 15:23:17 +00:00
# Server-side
<reply>
# 16 bytes to check
<datacheck>
B01234567
C01234567
</datacheck>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
file:// with resume
</name>
2019-01-03 15:09:10 +00:00
<command option="no-include">
2019-12-20 11:07:02 +00:00
file://localhost%FILE_PWD/log/test231.txt -C 10
2012-06-01 15:23:17 +00:00
</command>
<file name="log/test231.txt">
A01234567
B01234567
C01234567
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>