quickjs-tart

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

test119 (796B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 PORT
      6 RETR
      7 FAILURE
      8 </keywords>
      9 </info>
     10 # Server-side
     11 <reply>
     12 <servercmd>
     13 REPLY RETR 314 bluah you f00l!
     14 REPLY SIZE 500 command not understood
     15 </servercmd>
     16 </reply>
     17 
     18 # Client-side
     19 <client>
     20 <server>
     21 ftp
     22 </server>
     23 <name>
     24 FTP download, failed RETR with PORT
     25 </name>
     26 <command>
     27 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P -
     28 </command>
     29 </client>
     30 
     31 # Verify data after the test has been "shot"
     32 <verify>
     33 <strip>
     34 QUIT
     35 </strip>
     36 <errorcode>
     37 19
     38 </errorcode>
     39 # Strip all valid kinds of PORT and EPRT that curl can send
     40 <strip>
     41 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
     42 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
     43 </strip>
     44 <protocol>
     45 USER anonymous
     46 PASS ftp@example.com
     47 PWD
     48 TYPE I
     49 SIZE %TESTNUMBER
     50 RETR %TESTNUMBER
     51 QUIT
     52 </protocol>
     53 </verify>
     54 </testcase>