Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test1163
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 RETR
6 LIST
7 wildcardmatch
8 ftplistparser
9 flaky
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>
23 ftp
24 </server>
25 <tool>
26 lib576
27 </tool>
28 <name>
29 FTP wildcard with pattern ending with an open-bracket
30 </name>
31 <command>
32 "ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/*[]["
33 </command>
34 </client>
35 <verify>
36 <protocol>
37 USER anonymous
38 PASS ftp@example.com
39 PWD
40 CWD fully_simulated
41 CWD DOS
42 EPSV
43 TYPE A
44 LIST
45 QUIT
46 </protocol>
47 # 78 == CURLE_REMOTE_FILE_NOT_FOUND
48 <errorcode>
49 78
50 </errorcode>
51 </verify>
52 </testcase>