Get command does nothing in Scheduled task code
Hi,
I want to run, daily, a scheduled task that connects to WinSCP and downloads a file to a local directory.
It connects and starts winscp but nothing is downloaded.
The code looks as follows:
/open sftp://user:password@sftp.XYZ.net get /file.XML C:\folder
Why does it not work?
I want to run, daily, a scheduled task that connects to WinSCP and downloads a file to a local directory.
It connects and starts winscp but nothing is downloaded.
The code looks as follows:
/open sftp://user:password@sftp.XYZ.net get /file.XML C:\folder
Why does it not work?