User with Character @ in SFTP account username and automation
Hello Martin, WinSCP Support,
Have a new file transfer to setup, and I use the automation script file method, building the
connection string on the fly, automated.
This new file transfer, has the character
Do I need to add logic to escape the first
Thanks,
Joe P.
Have a new file transfer to setup, and I use the automation script file method, building the
open sftp://<username>@<remote address>:<Port> -privatekey=<File> (Options)
This new file transfer, has the character
@
in the username, so this statement will say something like
open sftp://joe@pantera@<remote address>:<Port> -privatekey=<File> (Options)
@
character? Is that needed, or what is the recommendation?
Thanks,
Joe P.