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

KristyN

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 @
cinta

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..
martin

But the syntax is shown there:
open [ sftp|ftp|scp:// ][ <user> [ :password ] @ ] <host> [ :<port> ]
Oldtimer

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?
martin

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

Please read documentation. If that does not help, come back.
jkappl

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 ?