scheduled script not using passphrase
Hi
I am using WINSCP 5.1.8, build 3799. I have written a little script to transfer some files to another site. When I run this manually , it works juts fine.
But when I run it through as a task in task Scheduler in fails.
My server is windows 2008 datacentre r2.I have compared the logs from both attempts and I can see that on the manual attempt, pageant is called with the passphrase, but in the scheduled attempt it isn't called.
The protocol is SFTP, my script is below
option batch abort
option confirm off
open zinmobi
put c:\Zinmobi_Daily\*.csv
close
exit
Here is the command line
"C:\Program Files (x86)\WinSCP\winscp.com" /script=c:\script\ZinmobiSFTP.txt
move c:\Zinmobi_Daily\*.csv C:\Zinmobi_Daily\Archive
I am using WINSCP 5.1.8, build 3799. I have written a little script to transfer some files to another site. When I run this manually , it works juts fine.
But when I run it through as a task in task Scheduler in fails.
My server is windows 2008 datacentre r2.I have compared the logs from both attempts and I can see that on the manual attempt, pageant is called with the passphrase, but in the scheduled attempt it isn't called.
The protocol is SFTP, my script is below
option batch abort
option confirm off
open zinmobi
put c:\Zinmobi_Daily\*.csv
close
exit
Here is the command line
"C:\Program Files (x86)\WinSCP\winscp.com" /script=c:\script\ZinmobiSFTP.txt
move c:\Zinmobi_Daily\*.csv C:\Zinmobi_Daily\Archive