Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

KanuVesta

Re: Automatic Logon to remote server

Thanks Martin,

I also found a way via a VBS command
objShell.SendKeys "password"
WScript.Sleep 500
objShell.SendKeys "{ENTER}"

As my VBS script calls the WINSCP session.

Thanks again :D
KanuVesta

Automatic Logon to remote server

Hi,

I am trying to script an automatic logon to a remote SFTP session with WINSCP. However, the remote server will not publish keys. I therefore need to logon automatically, via script, with a password instead of a key. I must ensure I am not prompted for a password on logon.Is this possible?

Thanks
Kanu