Need example of login using WinSCP.exe; username & password

Advertisement

jkappl
Guest

Need example of login using WinSCP.exe; username & password

I have not been able to accomplish an unattended login with WInSCP.exe. Specifically there is no example of the command syntax to offer username and password in a cmd file. I can only get as far as
"C:\Program Files\WinSCP\winscp.exe" /console /command "option batch abort" "option confirm on" "open ftp://peak-books.com"
which asks me for username in the console window when run. I can answer interactively, but want to run this unattended. How do I put in username and password as a command ?

Reply with quote

Advertisement

Oldtimer
Guest

Like the OP said, there is no example of this in the documentation. So reading the docs again won't help.

Can anyone give an example of the open command with both user and password specified?

Reply with quote

cinta
Guest

filesonic login problem

I need help to upload filesonic using WinSCP, when I am tray that show
batch           abort
confirm         off
Searching for host...
winscp.com /command "option batch abort" "option confirm off" "open myemail@domain.com:mypassword@ftp.filesonic.com" "put file.txt /" "exit"
Thanks for fast respose..

Reply with quote

Advertisement

KristyN
Guest

An example would make things much clearer, I agree. After trial and error, this worked for me:
/command open sftp://mylogin:mypassword@99.99.99.123
where:
use your own values for these:
mylogin is my user name,
mypassword is my password, and
99.99.99.123 is the IP address of the server I'm trying to reach
Everything else, just copy literally:
/command open sftp://, :, and @

Reply with quote

Advertisement

You can post new topics in this forum