Re: User Name prompt
I am also being asked for a "user name" when using the /command line. Here is my batch file...
option batch on
option confirm off
open name@host.com
cd /home/exportfiles/
option transfer binary
put D:\*
exit
Here is my command line...
"C:\Program Files\WinSCP3\WinSCP3.com" /console /script= D:\Exportfiles.txt
The open command is set for a stored session however I tried to use the name:password@host option with the same results. I'm successfully using a similiar batch file but using the "get" command instead of "put" and with the same saved session.
Thanks in advance for assistance.
So with "get" you are not prompted for password?