quickjs-tart

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

test143 (518B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 RETR
      6 type=
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 <data>
     12 bla bla bla
     13 </data>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 ftp
     20 </server>
     21 <name>
     22 FTP URL with type=a
     23 </name>
     24 <command>
     25 "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/%TESTNUMBER;type=a"
     26 </command>
     27 </client>
     28 
     29 # Verify data after the test has been "shot"
     30 <verify>
     31 <strip>
     32 QUIT
     33 </strip>
     34 <protocol>
     35 USER anonymous
     36 PASS ftp@example.com
     37 PWD
     38 CWD /
     39 CWD tmp
     40 CWD moo
     41 EPSV
     42 TYPE A
     43 RETR %TESTNUMBER
     44 QUIT
     45 </protocol>
     46 </verify>
     47 </testcase>