quickjs-tart

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

test1044 (758B)


      1 <testcase>
      2 # Similar to test141
      3 <info>
      4 <keywords>
      5 FTP
      6 NOBODY
      7 Largefile
      8 </keywords>
      9 </info>
     10 
     11 # Server-side
     12 <reply>
     13 <data>
     14 </data>
     15 <size>
     16 9999999999
     17 </size>
     18 <mdtm>
     19 213 20080726102659
     20 </mdtm>
     21 </reply>
     22 
     23 # Client-side
     24 <client>
     25 <features>
     26 Largefile
     27 </features>
     28 <server>
     29 ftp
     30 </server>
     31 <name>
     32 FTP download large file info with -I
     33 </name>
     34 <command>
     35 ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I
     36 </command>
     37 </client>
     38 
     39 # Verify data after the test has been "shot"
     40 <verify>
     41 <strip>
     42 QUIT
     43 </strip>
     44 <protocol>
     45 USER anonymous
     46 PASS ftp@example.com
     47 PWD
     48 CWD blalbla
     49 MDTM %TESTNUMBER
     50 TYPE I
     51 SIZE %TESTNUMBER
     52 REST 0
     53 QUIT
     54 </protocol>
     55 <stdout>
     56 Last-Modified: Sat, 26 Jul 2008 10:26:59 GMT
     57 Content-Length: 9999999999
     58 Accept-ranges: bytes
     59 </stdout>
     60 </verify>
     61 </testcase>