Is it possible to pull files after being scanned by the schedule?
For instance.. I have a scheduled job that sees a new file, downloads it, but can't move it yet due to being locked by a process (basically a live log). Not a big deal. However, when the job runs again it does not see any changes made to the file to download and over write the previous version.
Looking to see how to keep syncing modified files.
Is it possible to pull files after being scanned by the schedule?
For instance.. I have a scheduled job that sees a new file, downloads it, but can't move it yet due to being locked by a process (basically a live log). Not a big deal. However, when the job runs again it does not see any changes made to the file to download and over write the previous version.
Looking to see how to keep syncing modified files.