test106 568 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Server-side
  2. <reply>
  3. <data>
  4. data
  5. to
  6. see
  7. that FTP
  8. works
  9. so does it?
  10. </data>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. ftp
  16. </server>
  17. <name>
  18. FTP GET with type=A style ASCII URL using %20 codes
  19. </name>
  20. <command>
  21. "ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces//and%20things2/106;type=A"
  22. </command>
  23. </test>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. <protocol>
  27. USER anonymous
  28. PASS curl_by_daniel@haxx.se
  29. PWD
  30. CWD /path with spaces
  31. CWD and things2
  32. EPSV
  33. TYPE A
  34. SIZE 106
  35. RETR 106
  36. QUIT
  37. </protocol>
  38. </verify>