Done!
Once I got the generated code I got the batch file to work!
I am playing around with scripting as I cannot get WinSCP to create it for me.
I have a ftp which is 10.19.1.100 and I logon anonymously through the GUI just fine.
When I put the open command in a txt file, right after the exe for WinSCP, I see WinSCP open and try to connect but I get the message:
Host "C" does not exist
I am making a mistake in the txt file with my script. I tried:
open ftp://anonymous@10.19.1.100
"open ftp://anonymous@10.19.1.100"
I also tried without the ftp:// and got the same message.
What is the exact systax?