Hi All,
My end user requirement is to setup a file transfer object to transfer the latest file in the path on a source to destination.
- The files names have the same prefix - and ends with the date it was created.
- I want to pick only the file which was created on the same day and transfer it
- No files would be deleted in the existing source as Multiple users would access the file.
I cannot use the prefix of the file name with wildcard to select the file as that would pick all the files in the folder
How do i fulfill the requirement
Any suggestions ?