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