Windows Scheduled task and script
Hi,
I'm new to FTP and WinSCP.. i want to create a script which will update a remote site automatically at a certain time each day.
I've written a text file called example1.txt with the following:
option batch abort
option confirm off
open ftp://user:password@domain
option transfer binary
cd \remote folder\
put \local folder\
close
exit
Then i've created a windows scheduled task which is currently set to run winscp.exe at 13:00 each day, where do i add the command for it to run the text file so that it automatically updates the remote folder?
Thanks
I'm new to FTP and WinSCP.. i want to create a script which will update a remote site automatically at a certain time each day.
I've written a text file called example1.txt with the following:
option batch abort
option confirm off
open ftp://user:password@domain
option transfer binary
cd \remote folder\
put \local folder\
close
exit
Then i've created a windows scheduled task which is currently set to run winscp.exe at 13:00 each day, where do i add the command for it to run the text file so that it automatically updates the remote folder?
Thanks