test143 499 B

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