xref: /curl/tests/data/test1162 (revision cd4aee15)
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<strip>
41QUIT
42</strip>
43<protocol>
44USER anonymous
45PASS ftp@example.com
46PWD
47CWD fully_simulated
48CWD DOS
49EPSV
50TYPE A
51LIST
52QUIT
53</protocol>
54# 78 == CURLE_REMOTE_FILE_NOT_FOUND
55<errorcode>
5678
57</errorcode>
58</verify>
59</testcase>
60