test1009 532 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP RRQ
  6. --local-port
  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 --local-port
  27. </name>
  28. <command>
  29. tftp://%HOSTIP:%TFTPPORT//1009 --local-port 44444-45444
  30. </command>
  31. </client>
  32. #
  33. # Verify pseudo protocol after the test has been "shot"
  34. <verify>
  35. <protocol>
  36. opcode: 1
  37. mode: octet
  38. tsize: 0
  39. blksize: 512
  40. timeout: 6
  41. filename: /1009
  42. </protocol>
  43. </verify>
  44. </testcase>