Annotation of embedaddon/curl/tests/data/test1162, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>