Noname NoLast <[EMAIL PROTECTED]> writes:

> Is there any way to download files from an FTP site depending on a
> certain string in their names.  For example, download all files that
> contain # or sharp from ftp://72.0.0.1/Tutorials/

This might work:

    wget "ftp://72.0.0.1/Tutorials/*%23*";

Reply via email to