quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1162 (694B)


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