quickjs-tart

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

test1057 (622B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 EPSV
      6 RETR
      7 Range
      8 </keywords>
      9 </info>
     10 
     11 # Server-side
     12 <reply>
     13 <data>
     14 456789abcdef
     15 </data>
     16 <datacheck nonewline="yes">
     17 456789abcdef
     18 </datacheck>
     19 <size>
     20 64
     21 </size>
     22 </reply>
     23 
     24 # Client-side
     25 <client>
     26 <server>
     27 ftp
     28 </server>
     29 <name>
     30 FTP retrieve a byte-range relative to end of file
     31 </name>
     32 <command>
     33 -r -12 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
     34 </command>
     35 </client>
     36 
     37 # Verify data after the test has been "shot"
     38 <verify>
     39 <strip>
     40 QUIT
     41 </strip>
     42 <protocol>
     43 USER anonymous
     44 PASS ftp@example.com
     45 PWD
     46 EPSV
     47 TYPE I
     48 SIZE %TESTNUMBER
     49 REST 52
     50 RETR %TESTNUMBER
     51 ABOR
     52 QUIT
     53 </protocol>
     54 </verify>
     55 </testcase>