• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4FTP
5RETR
6LIST
7wildcardmatch
8ftplistparser
9flaky
10</keywords>
11</info>
12
13#
14# Server-side
15<reply>
16<data>
17</data>
18</reply>
19
20# Client-side
21<client>
22<server>
23ftp
24</server>
25<tool>
26lib576
27</tool>
28<name>
29FTP wildcard with crazy pattern
30</name>
31<command>
32"ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
33</command>
34<setenv>
35# Needed for MSYS2 to not convert backslash to forward slash
36MSYS2_ARG_CONV_EXCL=ftp://
37</setenv>
38</client>
39<verify>
40<protocol>
41USER anonymous
42PASS ftp@example.com
43PWD
44CWD fully_simulated
45CWD DOS
46EPSV
47TYPE A
48LIST
49QUIT
50</protocol>
51# 78 == CURLE_REMOTE_FILE_NOT_FOUND
52<errorcode>
5378
54</errorcode>
55</verify>
56</testcase>
57