Hello
I have a macro that I am using to pass data to an SFTP site. Within the parameters being passed I am trying to send the SFTP site and passkey, hostkey etc. This will allow use by others.
Using multiple update values I was hoping to replace certain text within a string to build the argument for a cmd line program calling winscp.
What I am finding is the substrings never get replaced. The original text references
SFTPADDRESS and te replace string is ticked but when I try to call the macro .The sftp logic fails with the error the host SFTPADDRESS does not exist.
Am I being too ambitous or is the update value the correct approach. Is there anything else I am missing with the macro?
Thanks in advance
C