Script "Stored Password" not working
Hi,
Looking for some guidance on how to resolve my script to send the stored password in the script. right now I'm using something like:
If I write the script with no passwords, then it authenticates correctly.
The script with no password looks like this:
Looking for some guidance on how to resolve my script to send the stored password in the script. right now I'm using something like:
option batch continue option confirm off open sftp://xxxxx:xxxxxx@ftp.aaa.com/ -hostkey="xxxxxxxxx" put "Y:\"* /YGC/toVertican/ close
If I write the script with no passwords, then it authenticates correctly.
The script with no password looks like this: