quickjs-tart

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

test136 (494B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 EPSV
      6 RETR
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 <data>
     12 0123456789abcdef
     13 </data>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 ftp
     20 </server>
     21 <name>
     22 FTP with user and no password
     23 </name>
     24 <command>
     25 -u user: ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
     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 user
     36 PASS 
     37 PWD
     38 EPSV
     39 TYPE I
     40 SIZE %TESTNUMBER
     41 RETR %TESTNUMBER
     42 QUIT
     43 </protocol>
     44 </verify>
     45 </testcase>