Re: How to use custom commands to zip files on task scheduler export job
WinSCP cannot zip files.
You have to zip them before starting WinSCP.
If you currently start WinSCP directly in the Task Scheduler, you will have to wrap WinSCP call to a batch file (or PowerShell script or any another script of your preference). And within the batch/script, run zip before starting WinSCP.
For an example of a wrapper batch file, see:
https://winscp.net/eng/docs/guide_debugging_scheduler#output
You have to zip them before starting WinSCP.
If you currently start WinSCP directly in the Task Scheduler, you will have to wrap WinSCP call to a batch file (or PowerShell script or any another script of your preference). And within the batch/script, run zip before starting WinSCP.
For an example of a wrapper batch file, see:
https://winscp.net/eng/docs/guide_debugging_scheduler#output