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

david625

OPEN sftp://username:password@servername seems to work.
david625

How to login to server with SFTP

When I run winscp from command line with a script, how do I specify that I want secure ftp?

Evidently, I can connect to the server with "open sftp://servername". I assume this establishes a secure ftp sesstion. But then how do I pass the login/password? Using "open user:password@sftp://servername" does not work.