How to read latest file (always) automatically in sftp/ftp?
I have ftp where I want to take the file that is last dropped. I tried First File field with file pattern ABC*.csv.
But I got below exception: org.apache.commons.vfs2.FileSystemException: Could not determine the last modified timestamp of "ftp://*////*/ABC.csv" because it does not exist.
Thanks Rajashree