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