test190 518 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Server-side
  2. <reply>
  3. moooooooo
  4. </reply>
  5. # Client-side
  6. <client>
  7. <server>
  8. ftp
  9. </server>
  10. <killserver>
  11. ftp
  12. </killserver>
  13. <name>
  14. FTP download with strict timeout and slow CWD
  15. </name>
  16. <command>
  17. ftp://%HOSTIP:%FTPPORT/path/to/file/126 -m 3
  18. </command>
  19. <file name="log/ftpserver.cmd">
  20. DELAY CWD 15
  21. </file>
  22. </test>
  23. # Verify data after the test has been "shot"
  24. <verify>
  25. <errorcode>
  26. 28
  27. </errorcode>
  28. <protocol>
  29. USER anonymous
  30. PASS curl_by_daniel@haxx.se
  31. PWD
  32. CWD path
  33. </protocol>
  34. </verify>