quickjs-tart

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

test1501 (646B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 RETR
      6 multi
      7 LIST
      8 DELAY
      9 </keywords>
     10 </info>
     11 
     12 # Server-side
     13 <reply>
     14 <data>
     15 </data>
     16 <servercmd>
     17 DELAY LIST 2
     18 DELAY TYPE 2
     19 </servercmd>
     20 </reply>
     21 
     22 # Client-side
     23 <client>
     24 <server>
     25 ftp
     26 </server>
     27 <tool>
     28 lib%TESTNUMBER
     29 </tool>
     30 <killserver>
     31 ftp
     32 </killserver>
     33 <name>
     34 FTP with multi interface and slow LIST response
     35 </name>
     36 <command>
     37 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
     38 </command>
     39 </client>
     40 # Verify data after the test has been "shot"
     41 <verify>
     42 <strip>
     43 QUIT
     44 </strip>
     45 <errorcode>
     46 0
     47 </errorcode>
     48 <protocol>
     49 USER anonymous
     50 PASS ftp@example.com
     51 PWD
     52 CWD %TESTNUMBER
     53 EPSV
     54 TYPE A
     55 LIST
     56 QUIT
     57 </protocol>
     58 
     59 </verify>
     60 </testcase>