Hi Everyone,
I am loading a file from sftp to my local directory and then from my local directory to tables, I also have filename table list. once i download all the files to local then i check that filename against filename_table if exixt then dont load it else load it.
My question is ...Is there a way to check only the filename from SFTP from filename_table befor downloading it from sftp.
Currently I am using winscp in ssis to connect to sftp server.
Thanks
Tej