Issue regarding downloading same file again and again. Let me be clear, I am using SSIS to poll FTP Server on regular intervals to download different files to my local directory. Once the file is downloaded I need to load the file name into table and validate
that particular file name against FTP Server next time when I am polling, so that I don't download same file again.
Question here is how could I implement this either using SSIS or VB Script ???
View Complete Post