test1093 508 B

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