A site that requires a user name but no password..
How do I use scripting to attach to a site that requires a user name but no password..
Currently I'm just trying to work around the credentials prompt seeming all I have to do is press enter.
This means I can't automatically log on to this site.
Here is my current batch file...
"C:\Program Files\WinSCP\winscp" /console /command "option batch on" "open twft" "synchronize local" "V:\localpath /remotepath" "exit"
Is there any way of saving the password as the ascii character for CR or anything or is there a setting I can change so I don't have to be in front of my computer when this runs please?
Thanks
Currently I'm just trying to work around the credentials prompt seeming all I have to do is press enter.
This means I can't automatically log on to this site.
Here is my current batch file...
"C:\Program Files\WinSCP\winscp" /console /command "option batch on" "open twft" "synchronize local" "V:\localpath /remotepath" "exit"
Is there any way of saving the password as the ascii character for CR or anything or is there a setting I can change so I don't have to be in front of my computer when this runs please?
Thanks