Post a reply

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

martin

Re: Script for automation fails

I believe it is NOT a special character in any part of the URL
Wessel

Re: Script for automation fails

Is dash a special character? It's a very long password of 59 chars including dashes (-).
martin

Re: Script for automation fails

Possibly your credentials contains special characters then need to be handled specially.
https://winscp.net/eng/docs/session_url#special

If this does not help, please post session log files from both scenarios.
Wessel

Script for automation fails

Hi, I have trouble automating a script for synchronization of a remote host to local.
Automatic login fails for me, while it is possible to first login and then supply credentials.

open sftp://user:password@example.com/ does not work for me.
But when i simply do:
Open sftp://example.com/ and then supply credentials after, it works.

Hope someone can help me.