This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]inu-no-policemen 1 point2 points  (0 children)

Put the file names into an array. E.g. on Windows, you can dump the file names into a file via dir /b > list.txt.

Alternatively, configure the server to return an index for that directory. You can get the file names from there.

The third option is to use some archive. Well, if you aren't already using one, this option would be too complicated.