Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

nmchugh

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