1
0
This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siadrive/3rd-party/curl-7.52.1/tests/data/test1326
2017-02-02 21:08:13 -06:00

49 lines
508 B
Plaintext

<testcase>
<info>
<keywords>
TELNET
UPLOAD
</keywords>
</info>
#
# Server-side
<reply>
<data>
HTTP/1.1 200 swsclose
moo
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<features>
telnet
</features>
<name>
TELNET to HTTP server
</name>
<stdin>
GET /we/want/1326 HTTP/1.0
</stdin>
<command>
telnet://%HOSTIP:%HTTPPORT --upload-file -
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /we/want/1326 HTTP/1.0
</protocol>
</verify>
</testcase>