Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 FTPS
      5 PASV
      6 RETR
      7 </keywords>
      8 </info>
      9 
     10 # Server-side
     11 <reply>
     12 <data>
     13 data blobb
     14 </data>
     15 
     16 # data is sent to stdout
     17 </reply>
     18 
     19 # Client-side
     20 <client>
     21 <features>
     22 SSL
     23 </features>
     24 <server>
     25 ftps
     26 </server>
     27  <name>
     28 Get two FTPS files from the same remote dir: no second CWD
     29  </name>
     30  <command>
     31 -k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/a/path/407 ftps://%HOSTIP:%FTPSPORT/a/path/407
     32 </command>
     33 <stdout>
     34 data blobb
     35 data blobb
     36 </stdout>
     37 </client>
     38 
     39 # Verify data after the test has been "shot"
     40 <verify>
     41 <protocol>
     42 USER anonymous
     43 PASS ftp (a] example.com
     44 PBSZ 0
     45 PROT C
     46 PWD
     47 CWD a
     48 CWD path
     49 EPSV
     50 TYPE I
     51 SIZE 407
     52 RETR 407
     53 EPSV
     54 SIZE 407
     55 RETR 407
     56 QUIT
     57 </protocol>
     58 </verify>
     59 </testcase>
     60