as far as I know,I need to use command 1 to generate the config and command 2 to show the config (it is a xml file)
command 1: system export mybackup.xml
command 2 : file show mybackup.xml
how to use this in template?
Hi,
Please try
<Command Name="DownloadConfig" Value="system export mybackup.xml${CRLF}file show mybackup.xml"/>
Regards,
Jiri