trying to download group of files with similar names in a script
I have a 2 groups of files. One starts with
If I specify the exact file name it works, but I can't get it to do multiple files.
CERR
the other starts with AERR
. After that is the date then .pdf
ex. CERR20210506.pdf
. I would like to download all the files that start with CERR
but I can't get it to work and I've looked all over. This is my script:
If I specify the exact file name it works, but I can't get it to do multiple files.