1 <testcase> 2 <info> 3 <keywords> 4 TELNET 5 UPLOAD 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> 20 telnet 21 </server> 22 <features> 23 telnet 24 </features> 25 <name> 26 Basic TELNET negotiation 27 </name> 28 <stdin> 29 test1452 30 </stdin> 31 <command> 32 telnet://%HOSTIP:%NEGTELNETPORT --upload-file - 33 </command> 34 </client> 35 36 # 37 # Verify data after the test has been "shot" 38 <verify> 39 <stdout>test1452</stdout> 40 </verify> 41 </testcase> 42