Re: Task Scheduler Not Working Well
To debug this, wrap the
And reference the batch file in Scheduler, instead of the WinSCP.
Try to run and inspect the
Make sure the scheduler account has a write access to the path.
winscp.com
call to a batch file and redirect its output to a file:
winscp.com /command .... > c:\path\winscp.out
And reference the batch file in Scheduler, instead of the WinSCP.
Try to run and inspect the
winscp.out
.
Make sure the scheduler account has a write access to the path.