test296 584 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. CWD
  7. --ftp-method
  8. multicwd
  9. </keywords>
  10. </info>
  11. #
  12. # Server-side
  13. <reply>
  14. <data>
  15. bla bla bla
  16. </data>
  17. </reply>
  18. # Client-side
  19. <client>
  20. <server>
  21. ftp
  22. </server>
  23. <name>
  24. FTP CWD with --ftp-method multicwd
  25. </name>
  26. <command>
  27. --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/%TESTNUMBER
  28. </command>
  29. </client>
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. <protocol>
  33. USER anonymous
  34. PASS ftp@example.com
  35. PWD
  36. CWD first
  37. CWD second
  38. CWD third
  39. EPSV
  40. TYPE I
  41. SIZE %TESTNUMBER
  42. RETR %TESTNUMBER
  43. QUIT
  44. </protocol>
  45. </verify>
  46. </testcase>