Prerequisites
Before running fdl through CCC you need to go through the steps described in Setting up a CCC node
First we need to specify the fdl query to execute. This is done by editing the “fdl.script” file.
The query is specified after the query?= text.
Then run the script with the following command:
Version newer than 2025-02-12
The script has the following arguments.
accesspoint – specifies the host:port to connect to.
node – the id of the target node (if not the same node as accesspoint)
domaintoken – domain token (if accesspoint is a Cloud Router)
domainName – specifies a particular domain (relevant if the server has several domains)
delimiter – specifies the delimiter to use in the result file
result – specifies the file to put the result in (default is fdl.txt)
Version older than 2024-11-26
The script has four optional arguments.
server – specifies another host:port to connect to.
domainName – specifies a particular domain (relevant if the server has several domains)
delimiter – specifies the delimiter to use in the result file
result – specifies the file to put the result in (default is fdl.txt)
If successful the result will be available in the result file (fdl.txt)
Post your comment on this topic.