test196 566 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. retry
  6. </keywords>
  7. </info>
  8. # Server-side
  9. <reply>
  10. <servercmd>
  11. REPLY PASS 430 temporarily not available
  12. </servercmd>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. ftp
  18. </server>
  19. <name>
  20. FTP transient error, retry request once
  21. </name>
  22. <command>
  23. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --retry 1
  24. </command>
  25. </client>
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. # 67 is CURLE_LOGIN_DENIED
  29. <errorcode>
  30. 67
  31. </errorcode>
  32. <protocol>
  33. USER anonymous
  34. PASS ftp@example.com
  35. USER anonymous
  36. PASS ftp@example.com
  37. </protocol>
  38. </verify>
  39. </testcase>