We currently have our scripts downloading filenames with wildcards, such as test*.* Recently, the files we've been downloading have been uppercase and our script isn't working. If we change our script to TEST*.* it will download. Is there a way to configure it so that we can leave it as lowercase and it will download regardless of whether or not the file is uppercase or lowercase?
Thanks.