apache - Recursively try all urls alphabetically and download files -


is there way recursively , alphabetically test possible urls inside folder , recursively download files local machine?

i aware of curl , wget, i'm not sure if work this.

say... http://www.domain.com/something/

from there download recursively files located in subfolders aaa, aab, aba, baa, abb, bab, bbb, ccc... possible amounts of letters / numbers , custom limits script user.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -