2
0

test1163 582 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. RETR
  6. LIST
  7. wildcardmatch
  8. ftplistparser
  9. flaky
  10. </keywords>
  11. </info>
  12. #
  13. # Server-side
  14. <reply>
  15. <data>
  16. </data>
  17. </reply>
  18. # Client-side
  19. <client>
  20. <server>
  21. ftp
  22. </server>
  23. <tool>
  24. lib576
  25. </tool>
  26. <name>
  27. FTP wildcard with pattern ending with an open-bracket
  28. </name>
  29. <command>
  30. "ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/*[]["
  31. </command>
  32. </client>
  33. <verify>
  34. <protocol>
  35. USER anonymous
  36. PASS ftp@example.com
  37. PWD
  38. CWD fully_simulated
  39. CWD DOS
  40. EPSV
  41. TYPE A
  42. LIST
  43. QUIT
  44. </protocol>
  45. # 78 == CURLE_REMOTE_FILE_NOT_FOUND
  46. <errorcode>
  47. 78
  48. </errorcode>
  49. </verify>
  50. </testcase>