I want to download all the *.gif files from a particular location. For example, say the location is http://asdf.com/file/images/*.gif. When I use:
wget -m http://asdf.com/file/images/
I get a 403 (permission denied) error. But when I use:
wget -m http://asdf.com/file/images/xyz.gif
It works perfectly. There are about 50 images; how can I download them? I can't write 50 wget commands