quickjs-tart

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

test362 (635B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 EPSV
      6 STOR
      7 </keywords>
      8 </info>
      9 
     10 # Client-side
     11 <client>
     12 <server>
     13 ftp
     14 </server>
     15 <name>
     16 FTP resume upload file with nothing to start from
     17 </name>
     18 <file name="%LOGDIR/test%TESTNUMBER.txt">
     19 data
     20     to
     21       see
     22 that FTP
     23 works
     24   so does it?
     25 </file>
     26 <command>
     27 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --continue-at -
     28 </command>
     29 </client>
     30 
     31 <verify>
     32 <strip>
     33 QUIT
     34 </strip>
     35 <upload>
     36 data
     37     to
     38       see
     39 that FTP
     40 works
     41   so does it?
     42 </upload>
     43 <protocol>
     44 USER anonymous
     45 PASS ftp@example.com
     46 PWD
     47 EPSV
     48 TYPE I
     49 SIZE %TESTNUMBER
     50 STOR %TESTNUMBER
     51 QUIT
     52 </protocol>
     53 </verify>
     54 </testcase>