Hi
I have a question about wget. I hope this is the rigth forum for that question:
I want to get a number of files from a website. They are located in this kind of structure:
http://www.host/mainDir/dir001/[files].
There is directories from dir001-dir090 or something like that.
There isn't any other direcorys under mainDir.
But the html-files lies directly under the mainDir with the names index001.htm - index090.htm.
How do I download all the files from that area?
I've tried something like:
wget -r -np -A [filetype] http://host/mainDir/subDir/
with no success
There is also the issue with access. The html-pages with the links
are directly http://www.host but the files are located under http://user:[email protected] The html-files are not included under members (404 error)
Please help me with this...
I have a question about wget. I hope this is the rigth forum for that question:
I want to get a number of files from a website. They are located in this kind of structure:
http://www.host/mainDir/dir001/[files].
There is directories from dir001-dir090 or something like that.
There isn't any other direcorys under mainDir.
But the html-files lies directly under the mainDir with the names index001.htm - index090.htm.
How do I download all the files from that area?
I've tried something like:
wget -r -np -A [filetype] http://host/mainDir/subDir/
with no success
There is also the issue with access. The html-pages with the links
are directly http://www.host but the files are located under http://user:[email protected] The html-files are not included under members (404 error)
Please help me with this...