charlotte49er
Programmer
I have been tasked with a project that potentially needs to download data from a remote server. The data is posted at irregular intervals and the name of the file changes slightly with each new post. Therefore, what I would like to be able to do is to connect to the server and check to see if there is a data file with a date later than what I currently have. I thought about using the fso but that seems to require knowing the filename. Does anyone have any suggestions on how to approach this? THANKS.