I have a need to have an ftp server declared in an NCM script. This command line includes an @ character. Is there a way to force it to see that @ as literal instead of a variable? the whole command line includes a variable as well.
Here is the command:
The @variablename are actual variables and need to remain as such, but the @10.1.1.1 is obviously not a variable.
Any way to get that to stay literal?
Thanks