test1094 585 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <datacheck>
  19. a chunk of
  20. data
  21. returned
  22. to client
  23. </datacheck>
  24. </reply>
  25. #
  26. # Client-side
  27. <client>
  28. <server>
  29. tftp
  30. </server>
  31. <name>
  32. TFTP retrieve with mode=netascii
  33. </name>
  34. <command>
  35. "tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii"
  36. </command>
  37. </client>
  38. #
  39. # Verify pseudo protocol after the test has been "shot"
  40. <verify>
  41. <protocol>
  42. opcode: 1
  43. mode: netascii
  44. tsize: 0
  45. blksize: 512
  46. timeout: 6
  47. filename: /1094
  48. </protocol>
  49. </verify>
  50. </testcase>