Unable to authenticate sftp password using command line
I able to connect to my sftp server using Graphical user interface of WinSCP by providing the user name and password.
But when i try to connect using the following statement
open sftp://<<username>>:<<password>>@<<servername>>:<<portnumber>>
But the same username and password is working in case if i use the Graphical User Interface.
Please help.
My assignment is i need to automate the task of sending files using sftp.