Jiri,
Thank you SO MUCH for your assistance!
Just so that this is super clear for anyone else that may run into this issue in the future :
script BaseChangeTemplate(
NCM.Nodes @ContextNode )
{
//Issue commands to the device
string @Send_Enter='${CRLF}'
CLI
{
copy tftp://<ip_address>/<file_name> flash:/<file_name>
}
CLI
{
@Send_Enter
@Send_Enter
@Send_Enter
}
}
Putting the @Send_Enter items within the same CLI block as the copy command does NOT work. It must be in its own CLI block.