Hi Laurent,
You can load cpl from the commadn line like this:
serctl fifo LOAD_CPL user@location /path/to/cpl.xml
I found that 'location' needs to be the user agents actual IP address,
as when the cpl module gets the cpl script from mysql it does not use
the domian name, but the current users IP address from the location table.
I hope this helps,
-Jev
Laurent BURGY wrote:
Hi,
Maybe the response is evident but i couldn't find it anywhere.
I want to upload a cpl file just thanks a command line (without using
cplED), i don't want to send the script in a Register with a ser built
today from CVS
In fact, i thought (by looking the cpl_loader.c) that i could type :
./serctl fifo :LOAD_CPL:
username
path_to_the_script
But is it possible?
How can i send these raw fifo commands just to test ?
Thanks in advance.