test271 474 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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
  29. </command>
  30. </client>
  31. #
  32. # Verify pseudo protocol after the test has been "shot"
  33. <verify>
  34. <protocol>
  35. opcode: 1
  36. mode: octet
  37. tsize: 0
  38. blksize: 512
  39. timeout: 6
  40. filename: /271
  41. </protocol>
  42. </verify>
  43. </testcase>