Post a reply

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

Eson

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?