• 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 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>
37USER anonymous
38PASS ftp@example.com
39PWD
40CWD fully_simulated
41CWD DOS
42EPSV
43TYPE A
44LIST
45QUIT
46</protocol>
47# 78 == CURLE_REMOTE_FILE_NOT_FOUND
48<errorcode>
4978
50</errorcode>
51</verify>
52</testcase>
53