Comments
-
{ //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.