<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
TELNET
UPLOAD
proxy
</keywords>
</info>

# This is test 1452 done over HTTP proxy
<reply>
<connect>
HTTP/1.1 200 welcome
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Accept-Ranges: bytes
Content-Length: 0
Connection: close

</connect>
<data>
</data>
</reply>

# Client-side
<client>
<server>
telnet
http-proxy
</server>
<features>
http
telnet
proxy
</features>
<name>
Basic TELNET negotiation over HTTP proxy
</name>
<stdin>
test%TESTNUMBER
</stdin>
<command>
telnet://%HOSTIP:%TELNETPORT --upload-file - -p -x http://%HOSTIP:%PROXYPORT/%TESTNUMBER
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<stdout nonewline="yes">
test%TESTNUMBER
</stdout>
</verify>
</testcase>
