test143 441 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Server-side
  2. <reply>
  3. <data>
  4. bla bla bla
  5. </data>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. ftp
  11. </server>
  12. <name>
  13. FTP URL with type=a
  14. </name>
  15. <command>
  16. "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/143;type=a"
  17. </command>
  18. </test>
  19. # Verify data after the test has been "shot"
  20. <verify>
  21. <protocol>
  22. USER anonymous
  23. PASS curl_by_daniel@haxx.se
  24. PWD
  25. CWD /tmp
  26. CWD moo
  27. EPSV
  28. TYPE A
  29. SIZE 143
  30. RETR 143
  31. QUIT
  32. </protocol>
  33. </verify>