test129 570 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. TYPE A
  7. RETR
  8. type=
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. <size>
  14. 37
  15. </size>
  16. <data>
  17. data
  18. to
  19. see
  20. that FTP
  21. works
  22. so does it?
  23. </data>
  24. </reply>
  25. # Client-side
  26. <client>
  27. <server>
  28. ftp
  29. </server>
  30. <name>
  31. FTP GET with type=A style ASCII URL and understated server SIZE
  32. </name>
  33. <command>
  34. "ftp://%HOSTIP:%FTPPORT/129;type=A"
  35. </command>
  36. </client>
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. <protocol>
  40. USER anonymous
  41. PASS ftp@example.com
  42. PWD
  43. EPSV
  44. TYPE A
  45. SIZE 129
  46. RETR 129
  47. QUIT
  48. </protocol>
  49. </verify>
  50. </testcase>