quickjs-tart

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

test289 (397B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 STOR
      6 Resume
      7 FAILURE
      8 </keywords>
      9 </info>
     10 
     11 # Client-side
     12 <client>
     13 <server>
     14 ftp
     15 </server>
     16 <name>
     17 FTP resume upload but denied access to local file
     18 </name>
     19 <command>
     20 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/illegal-nonexistent-file -C -
     21 </command>
     22 </client>
     23 
     24 # Verify data after the test has been "shot"
     25 <verify>
     26 <errorcode>
     27 26
     28 </errorcode>
     29 </verify>
     30 </testcase>