test271 467 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP RRQ
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. a chunk of
  13. data
  14. returned
  15. to client
  16. </data>
  17. </reply>
  18. #
  19. # Client-side
  20. <client>
  21. <server>
  22. tftp
  23. </server>
  24. <name>
  25. TFTP retrieve
  26. </name>
  27. <command>
  28. tftp://%HOSTIP:%TFTPPORT//271 --trace-ascii log/traceit
  29. </command>
  30. </client>
  31. #
  32. # Verify pseudo protocol after the test has been "shot"
  33. <verify>
  34. <protocol>
  35. opcode: 1
  36. filename: /271
  37. mode: octet
  38. </protocol>
  39. </verify>
  40. </testcase>