I created an sFTP task that runs a 'Change Folder' command and hard-coding the path to /Test works fine.
However, if I create a string variable named WLTest with a value of Test and change the path in my sFTP Change Folder task to /{USERVAR(WLTest)} it fails. The error 'Unable to change to folder /{USERVAR(WLTest)}, err: File not found'.
Any idea why the variable isn't being interpretted?
Thanks
Neill