test1091 523 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <testcase>
  2. # based on test 143
  3. <info>
  4. <keywords>
  5. FTP
  6. RETR
  7. type=
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. bla bla bla
  14. </data>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. ftp
  20. </server>
  21. <name>
  22. FTP URL with type=i
  23. </name>
  24. <command>
  25. "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/1091;type=i" --use-ascii
  26. </command>
  27. </client>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <protocol>
  31. USER anonymous
  32. PASS ftp@example.com
  33. PWD
  34. CWD /tmp
  35. CWD moo
  36. EPSV
  37. TYPE I
  38. SIZE 1091
  39. RETR 1091
  40. QUIT
  41. </protocol>
  42. </verify>
  43. </testcase>