U
UJ
I have a system that goes out to the internet and grabs a file off of our
server. The name of the file is Downloadlist.txt. This file contains a list
of files that the system should download from the server to do it's updates.
The file name never changes. Problem is if a customer is using this system
and they have a content cache server, it will not get the most current file
because the file name is the same.
So what I want to propose is go out and get Downloadlist*.txt. But it's
doing it through http: (At least I think it is) and I don't know how to do
wild cards to make it do the update.
Can you do wildcards on an http: request?
TIA - Jeffrey.
server. The name of the file is Downloadlist.txt. This file contains a list
of files that the system should download from the server to do it's updates.
The file name never changes. Problem is if a customer is using this system
and they have a content cache server, it will not get the most current file
because the file name is the same.
So what I want to propose is go out and get Downloadlist*.txt. But it's
doing it through http: (At least I think it is) and I don't know how to do
wild cards to make it do the update.
Can you do wildcards on an http: request?
TIA - Jeffrey.