How to Schedule a Script with FileZilla Pro CLI

From the command prompt (CMD.EXE) or from the PowerShell prompt run:

    schtasks /create /sc DAILY /st 20:00 /tn "Copy files to server" /tr "\"C:\
    Program Files\FileZilla Pro CLI\fzcli.exe\" --mode standalone --local-path
    D:\Files --script D:\Scripts\script-file"

The command schedules FileZilla Pro CLI to run the script D:\Scripts\script-file daily at 8 PM, with the default local directory set to D:\Files

Tags: , , ,