Hi,
first of all I wonder what the FTP method is. JaCoCo agent has no such
output method.
The JaCoCo agent parameters are for static configuration, reset is
something that is triggered at runtime. There are 3 options to request a
reset and/or dump at any point in time:
1) tcpclient/tcpserver output mode: When you run the agent in this
output mode you can use our Ant task or Maven goal 'dump'
2) JMX: When agent parameter jmx=true it can be triggered through the
JaCoCo MBean
3) Runtime API: From within the process under test you can use JaCoCo's
runtime API
Regards,
-marc