Hello,
I'd like to delete files that are not existing in source directory.
Let me explain with an example.
We daily adding new files in a directory \\shr_xxx ; And users (from our company) can access to them.
Those same files are then uploaded to the FTP \Example by a Vcron task ; External customers can then have access but both are still in use, it’s not a move file.
New files are added to the FTP.
Sometimes, we need to delete some files on the source location (\\shr_xxx) and as a result, also need that the same FTP file is deleted too. (we used to make that by a robocopy “source” “destination” … /PURGE script but we really want to make it by using Vcron and do not use that script)
Thanks,