mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
337a28d810
Rename the port variable to TELNETPORT to better match the existing pattern. Closes #5785
44 lines
462 B
Plaintext
44 lines
462 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
TELNET
|
|
UPLOAD
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
telnet
|
|
</server>
|
|
<features>
|
|
telnet
|
|
</features>
|
|
<name>
|
|
Basic TELNET negotiation
|
|
</name>
|
|
<stdin>
|
|
test1452
|
|
</stdin>
|
|
<command>
|
|
telnet://%HOSTIP:%TELNETPORT --upload-file -
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout nonewline="yes">
|
|
test1452
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|