| I'm trying to download just files of a particular type from
a site. I've read the docs, but not making any progress.
using
+*.jpg
gets me everything
using:
-*.*
+*.jpg
(without any other changes) gets me the jpgs, but only from
the top level of the site
Is this right? If so, how do I get all the jpgs
Thanks for your help | |