Hi,

I've been trying to use wget to download a site, but I think the 
--include-directories option doesn't work as documented.  I want to download 
all directories and sub-directories named alpha, but when I execute the 
following line, wget downloads only an index.html file:

wget -e robots=off -m -I */alpha https://my.site.edu/this/is/my/root/

The directory structure on the server looks like this:

root/
   a/
       alpha/         # want to download this
       delta/
   b/
       delta/alpha    # and this
       delta/beta

Thanks,

Daniel Li

--
Daniel Y. Li
Ph.D. Student
Biomedical Informatics Training Program
Stanford University


Reply via email to