I am trying to send custom commands to some Fortigate firewalls at some remote locations to backup the configuration to a local server via FTP.
I know the command works on the Fortigate manually it seems there is an issue when trying to do it with CatTools, not sure what it is though.
My command is as follows:
execute backup full-config ftp /fortigate/MSB110C.conf <server> <user> <mixed case password>
Keep getting the following in the InfoLog:
2012-03-28 16:51:12 1-Error 1 MSB Did not receive echo of execute backup full-config ftp /fortigate/MSB110C.conf <server> <user> <mixed case password> command
2012-03-28 16:51:12 4-Debug 1 MSB Did not receive echo of execute backup full-config ftp /fortigate/MSB110C.conf <server> <user> <mixed case password> 2012-03-28 16:51:12 1-Error 1 MSB Aborting command entry due to error
Any idea what might be going wrong?