quickjs-tart

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

test117 (552B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 FAILURE
      6 </keywords>
      7 </info>
      8 # Server-side
      9 <reply>
     10 <servercmd>
     11 REPLY EPSV 314 bluah you f00l!
     12 REPLY TYPE 314 bluah you f00l!
     13 </servercmd>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 ftp
     20 </server>
     21 <name>
     22 FTP download, failed TYPE
     23 </name>
     24 <command>
     25 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
     26 </command>
     27 </client>
     28 
     29 # Verify data after the test has been "shot"
     30 <verify>
     31 <strip>
     32 QUIT
     33 </strip>
     34 <errorcode>
     35 17
     36 </errorcode>
     37 <protocol>
     38 USER anonymous
     39 PASS ftp@example.com
     40 PWD
     41 EPSV
     42 PASV
     43 TYPE I
     44 QUIT
     45 </protocol>
     46 </verify>
     47 </testcase>