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

dalewill

Answered my own question. Missed it the first time I searched.
Documentation » Features » Session URL will give the answer to handle special characters.
dalewill

Issue with ":" in a password?

Everyone:
I'm automating a sftp upload to a 3rd party vendor site. They provided the username & password. The password has the ":" character in it. The script accepts the username then I get:
Authentication with pre-entered password.
Access denied.
I know the password is valid because I'll copy and paste it into the winscp.exe and it will work with no issues.
Is there an issue with using the ":" character in the script such as:
open sftp://company:password:issue@qqqp.com
Sincerely,
Dale