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.
Also I downloaded a batch file for getting fpTeX, but it happened again, I got the files in the remote root dir and the dir structure with their 'index.html' file. Here's the lines it has:
wget -N -nH -np -t 0 --retr-symlinks ftp://ftp.dante.de/pub/fptex/current/TeXSetup.exe
wget -N -nH -np -t 0 --retr-symlinks ftp://ftp.dante.de/pub/fptex/current/tpm.zip
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.
Running NT 4 wks and wget 1.9.1. �Any suggestions?
Thanks in advance.
-- -= Nicol�s Conde - SSAA =- -= Fac. de Ingenier�a =- -= Universidad de la Rep�blica =-
