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