1<testcase> 2<info> 3<keywords> 4TELNET 5UPLOAD 6flaky 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> 21telnet 22</server> 23<features> 24telnet 25</features> 26 <name> 27Basic TELNET negotiation 28 </name> 29<stdin> 30test1452 31</stdin> 32 <command> 33telnet://%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