cant execute winscp3 using a batch file
I'm using a batch file to connect to a FTP site using Winscp3.
temp.bat contains
winscp3 -s:input.txt > test.log
input.txt contains
open ftp.abcxyz.com
username
password
close
exit
On executing this it prompts me to enter the username and then the password and does not take them directly from the text file.
Any suggestions?
All these commands work when i type them individually. I'm using ver 3.74.
Kindly advise.
temp.bat contains
winscp3 -s:input.txt > test.log
input.txt contains
open ftp.abcxyz.com
username
password
close
exit
On executing this it prompts me to enter the username and then the password and does not take them directly from the text file.
Any suggestions?
All these commands work when i type them individually. I'm using ver 3.74.
Kindly advise.