test106 627 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. <data>
  14. data
  15. to
  16. see
  17. that FTP
  18. works
  19. so does it?
  20. </data>
  21. </reply>
  22. # Client-side
  23. <client>
  24. <server>
  25. ftp
  26. </server>
  27. <name>
  28. FTP GET with type=A style ASCII URL using %20 codes
  29. </name>
  30. <command>
  31. "ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces//and%20things2/106;type=A"
  32. </command>
  33. </client>
  34. # Verify data after the test has been "shot"
  35. <verify>
  36. <protocol>
  37. USER anonymous
  38. PASS ftp@example.com
  39. PWD
  40. CWD /
  41. CWD path with spaces
  42. CWD and things2
  43. EPSV
  44. TYPE A
  45. SIZE 106
  46. RETR 106
  47. QUIT
  48. </protocol>
  49. </verify>
  50. </testcase>