test125 469 B

12345678910111213141516171819202122232425262728293031323334
  1. # Server-side
  2. <reply>
  3. </reply>
  4. # Client-side
  5. <client>
  6. <server>
  7. ftp
  8. </server>
  9. <name>
  10. FTP download, failed CWD
  11. </name>
  12. <command>
  13. ftp://%HOSTIP:%FTPPORT/path/to/file/125
  14. </command>
  15. <file name="log/ftpserver.cmd">
  16. REPLY CWD 314 bluah you f00l!
  17. </file>
  18. </test>
  19. # Verify data after the test has been "shot"
  20. <verify>
  21. <errorcode>
  22. 9
  23. </errorcode>
  24. <protocol>
  25. USER anonymous
  26. PASS curl_by_daniel@haxx.se
  27. PWD
  28. CWD path
  29. QUIT
  30. </protocol>
  31. </verify>