quickjs-tart

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

test272 (532B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTP
      5 PASV
      6 RETR
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 <mdtm>
     12 213 20040101121212
     13 </mdtm>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 ftp
     20 </server>
     21 <name>
     22 FTP timed conditioned get file with identical time stamp
     23 </name>
     24 <command>
     25 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -z "2004 jan 1 12:12:12 UTC"
     26 </command>
     27 
     28 </client>
     29 
     30 # Verify data after the test has been "shot"
     31 <verify>
     32 <strip>
     33 QUIT
     34 </strip>
     35 <protocol>
     36 USER anonymous
     37 PASS ftp@example.com
     38 PWD
     39 MDTM %TESTNUMBER
     40 QUIT
     41 </protocol>
     42 </verify>
     43 </testcase>