test1162 672 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 crazy pattern
  28. </name>
  29. <command>
  30. "ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
  31. </command>
  32. <setenv>
  33. # Needed for MSYS2 to not convert backslash to forward slash
  34. MSYS2_ARG_CONV_EXCL=ftp://
  35. </setenv>
  36. </client>
  37. <verify>
  38. <protocol>
  39. USER anonymous
  40. PASS ftp@example.com
  41. PWD
  42. CWD fully_simulated
  43. CWD DOS
  44. EPSV
  45. TYPE A
  46. LIST
  47. QUIT
  48. </protocol>
  49. # 78 == CURLE_REMOTE_FILE_NOT_FOUND
  50. <errorcode>
  51. 78
  52. </errorcode>
  53. </verify>
  54. </testcase>