Hi,
I'm trying to backup the config of a device. In order to do a TFTP backup i need to type the following command:
set uploadcfg="filename"
The software doesn't seem to accept the following command:
<Command Name="DownloadConfigIndirect" Value="set uploadcfg="filename""/>
The problem is with the quotes around my filename. When I try to download the config it says "Unable to locate or error loading device template: C:\Program Files\SolarWinds\Configuration Management\DeviceTypes\Transition Network Card. Device IP: 10.247.86.8"
Is there a work-around to allow quotes inside a Command Name line?