Script "Stored Password" not working

Advertisement

mcruz
Joined:
Posts:
3
Location:
Puerto Rico

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:
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:
open sftp://xxxxx@ftp.aaa.com/ -hostkey="xxxxxxxxx"
put "Y:\"* /YGC/toVertican/
  • mcruz1@ftp.vertican.com_NoPasswordStored.log (19.77 KB, Private file)
Description: No Password Stored log
  • mcruz1@ftp.vertican.com_PasswordStored.log (11.92 KB, Private file)
Description: Password Stored Log

Reply with quote

Advertisement

mcruz
Joined:
Posts:
3
Location:
Puerto Rico

Re: Script "Stored Password" not working

No Luck doing that. see log. The password is just letters and numbers upper and lower case.
  • mcruz1@ftp.vertican.com_PasswordSwitch.log (11.91 KB, Private file)

Reply with quote

martin
Site Admin
martin avatar

Re: Script "Stored Password" not working

Can you try adding /ini=nul /logleve=2* to the command line, if it changes anything?far

Reply with quote

Advertisement

You can post new topics in this forum