test1452 447 B

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