Re: wget directories

2009-06-26 Thread Soren Orel
Thank you!! It really works! thanks

Re: wget directories

2009-06-26 Thread Marco Romano
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) -

wget directories

2009-06-26 Thread Soren Orel
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