quickjs-tart

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

test137 (608B)


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