• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4TELNET
5UPLOAD
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13</data>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20telnet
21</server>
22<features>
23telnet
24</features>
25 <name>
26Basic TELNET negotiation
27 </name>
28<stdin>
29test%TESTNUMBER
30</stdin>
31 <command>
32telnet://%HOSTIP:%TELNETPORT --upload-file -
33</command>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39<stdout nonewline="yes">
40test%TESTNUMBER
41</stdout>
42</verify>
43</testcase>
44