The .csv file will generate through SSIS into local folder with the file name like "XXXX_2018-07-24-10.18.24.6340000". The .csv file generate every 5 min in a day. While running the SSIS package it will generate .csv file with some date timestamp, while uploading it will search for same file but the millisecond getting change. Due to this the SFTP task getting fail.
I need the solution to upload latest .csv file from the local folder and should upload into SFTP with the file name with latest date timestamp?