Nicol�s Conde <[EMAIL PROTECTED]> writes:

>     Hello list.
>     I'm new to wget, but so far I've found it very useful.
>     Right now I'm having some trouble, though. I've tried
>
>  > wget -m ftp://<usr>:<passwd>@ftp.server
>
>     and
>
>  > wget --follow-ftp -r -nH ftp://<usr>:<passwd>@ftp.server/pub/...
>
>     but none of this will download the files I need. The ath dowsn't
>     end in a file name, but in a directory name whose dir structure
>     and files I need. But all I get is the directory structure and an
>     'index.html' file in each of them, but not the files.

I don't understand how this can happen.  The "index.html" thing should
not happen if `-r' or `-m' is specified.

> wget -N -nH -np -r -t 0 --cut-dirs=3 ftp://ftp.dante.de/pub/fptex/current/binary
> wget -N -nH -np -r -t 0 --cut-dirs=3 ftp://ftp.dante.de/pub/fptex/current/collection
> wget -N -nH -np -r -t 0 --cut-dirs=3 ftp://ftp.dante.de/pub/fptex/current/package
> wget -N -nH -np -r -t 0 --cut-dirs=3 ftp://ftp.dante.de/pub/fptex/current/scheme
> wget -N -nH -np -r -t 0 --cut-dirs=3 ftp://ftp.dante.de/pub/fptex/current/support
>     The first two lines are OK, the rest didn't work.

As far as I can tell, the directory "current" does not exist.

Reply via email to