quickjs-tart

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

test111 (526B)


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