Re: Scripting in SSIS
1) Possibly modify my script to look for the file with the timestamp of yesterday. The client I'm working with created a file called download033009.txt with the latter numbers changing based on the day it was created. Since my job runs at 3am, I'd like to look for yesterdays file and if it isn't there, alert someone using SSIS task.
See some examples of similar scripts.
2) If the file I am trying to download has a timestamp that is later than the one I have locally, is there anyway to overwrite the local file?
It should be done automatically. Of course you should disable overwrite confirmations. See documentation. Or maybe you are looking for "synchronize local".