AETLE x64 v6.3.7.11
Hi
I can reproduce this at our end by doing the following
The Directory being monitored is on our network as a SHARE with a UNC Path. The path happens to be the home location for an inbound SFTP account holder
The screen shots show a mixture of real files coming into this home location from an external source and others which are me me copying/moving a file from another network location over to the same FTP home.
The external FTP client seems to be doing as you have suggested. Creating a TMP file and renaming it. My testing did not involve any TMP file but all of my tests as well as the LIVE inbound files from the remote source all generated 2 Execution Entries.
I have also included screenshots of the Monitor setup which is looking for "*unprocessed report*.csv"
If you notice, even if the tmp file did come in, it has an extension of .tmp and the pattern is for *.csv. so at the very least it still should have ignored the *.tmp until it became .csv
My copies using File Explorer did not seem to create any type of tmp file but still created 2 Execution entries. I was using WinSCP as an FTP client to send the file to the home folder and it did seem to create a .tmp file
So, to me it seems that the pattern matching on the monitor may be getting ignored or at least sending a false positive as I am explicitly looking for a "*.csv" file to hit the monitored folder.
BTW. As complete disclosure, the home folder is hosted on a Synology NAS which is also acting as the SFTP server.
Cheers