Hello
I have a question about the FTP Object.
I have the mask set for *.txt
With the TXT file on the FTP site
When the ftp object runs, it finds the file and downloads it to the target directory it then runs the success branch.
This is great.
But
When I remove the TXT file from the FTP site, and re-run the package.
When the ftp object runs, it says it finds 0 files and then runs the success branch.
Is this how the object is supposed to run?
I would have thought that if it found 0 files, it would be a failure.
To counter-act this I have added a check file object, but this is not really helpful as the file names will change every month. So it basically says, there are files in the destination download directory.
Is there a better way to do this?
David