I don’t know if this is possible.
I have a webpage with about 250 links, each on a separate line. My initial thought was to use fopen() to get the files, but it did not help much because it requires supplying the name of the file to read/download.
But the files I want to download are listed as links vertically, on one web page like so:

Those are clickable links – think of it like a directory browsing with links to files.
Is there a way to loop through those links on that page and download the files they point to?
There are roughly about 250 links in all.
Thanks for your assistance.
Thanks folks for your suggestions, I eventually wrote a small script that did what I wanted.
Will post it if anyone cares to see it.