{ "server": "egw-tscale-04", "user": "testftpuser", "password": "we4reFromB3rghem!", "rawCert": "", "skipCert": true, "steps": [ { "id": "01", "description": "Generate Local Folder Data", "action": "delFileList", "paramList": [ "ftpdata/syncfolder/", "File_000.txt" ] }, //{ // "id": "02", // "description": "Mirror Local 2 Remote Directory", // "action": "mirrorDirL2R", // "paramList": [ // "temp\\localsource", // "ftpdata/syncfolder" // ] //}, { "id": "03", "description": "Mirror Remote 2 Local Directory", "action": "mirrorDirR2L", "paramList": [ "ftpdata/syncfolder", "temp\\localdest" ] }, //{ // "id": "04", // "description": "Delete Remote Directory", // "action": "delDir", // "paramList": [ // "ftpdata/syncfolder" // ] //} ] }