Please pardon my ignorance but i'm a newbye and i haven't
been able to sole my problem een after reading FAQs and manuals
I want to d/l all files linked by a site such as:
user:password@255.255.255.255:8000/mainfolser/subfolder/
this "main site" links to files at this address:
user:password@www.site.net:8001/
the command line i figured out is then:
httrack
<http://user:password@255.255.255.255:8000/mainfolder/subfolder/>
-O /home/user/ghttrack/ -R5
+http://user:password@www.site.net:8001/* -%H
but this doesn't work. it only gets the index in
2555.2555.2555.2555/mainfolder/subfolder/index.html
i tried other settings but i laways finigh getting no other
files or way too much.
all the files i want are confined in the urls and folders i
listed
can anybody help me? |