Hello,

I have been trying to get the command wget to download all files from a 
directory, but no matter what I try, all it does is download index.html

I have tried many variations such as: (I've even tried each of the following 
with a / after build1)
wget -A * http://www.domain.com/build1
wget -A *.* http://www.domain.com/build1
wget -r --no-parent -A *.* http://www.domain.com/build1
wget http://www.domain.com/build1/*.*
wget -r -l1 --no-parent -A.* http://www.domain.com/build1

Am I doing something wrong, or is wget not used for this anymore?

Thanks,

Nirav

Reply via email to