It's a known issue.  Wget's wildcard magic only works when using the
FTP protocol.  HTTP is used for communication with proxies, so
wildcarding doesn't work.  But you should be able to simulate it
using:

    wget -nd -rl1 -A "foo*bar" ftp://server/dir/

It's not elegant, but it works for me.

Reply via email to