"Zhao, David  [PRDUS Non J&J]" <[EMAIL PROTECTED]> writes:

> When I do:
> ftp://ftp.something.com/*, I've got "wget: No match".
> Any clue?

That looks like your shell is trying to expand the pattern, and
failing.  Try quoting the argument:

    wget "ftp://ftp.something.com/*";

Reply via email to