Thank you!! It really works!
thanks
Soren Orel wrote:
I would thank you, if someone has tips, how can I parameter wget to
download the files and putting them in their correct dirs.
Try with:
$ wget -x -nH -i list.txt
-x forces wget to create directories while -nH tells it not to create
"host directories" (i.e. mysite.com)
-
I want to download files, that are in a list.
e.g.:
cat list.txt
http://mysite.com/xyz.txt
http://mysite.com/somedir/something
http://mysite.com/anotherdir/something2
Ok, I can do "wget -i" like the "man wget" says.
But it only downloads the files, and doesn't creates the directories.
So I can
3 matches
Mail list logo