What is the syntax of WinSCP open sftp server with user name and password?
                It seems I found only with hostkey,
    
I am looking for user name and password. 
Thanks.
            
        winscp.com /command "open sftp://martin@example.com/ -hostkey=""ssh-rsa 2048 xx:xx:xx...""" "exit"
Thanks.