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

dtosto

username format / cannot authenticate

Hosting service recently changed the format of their usernames.
The format is now "mydomain.com/person@mydomain.com".
Manual login from winscp prompt is OK, but cannot run successful scripting.

Does not connect and upload the file, it sits at an authentication prompt for a few seconds before disappearing, and fails.

Here is the Open command I am using:
open sftp://mydomain.com/person@mydomain.com:mypassword@mydomain.com -hostkey="ssh-rsa 1024 <the rest of my hostkey>".

I wonder if it is having trouble parsing the credentials.

Using 5.24 beta.

Let me know if there are additional details I could provide.