Alle 19:17, sabato 3 settembre 2005, Gareth Evans ha scritto: > Hello, > > I am a novice wget user and can't seem to get it to do under the Win2K cmd > prompt what it does perfectly well under bash. > > My understanding of the wget options syntax is that > > wget -m -I /mp3/wb www.scottandrew.com > > should mirror the contents and of www.scottandrew.com/mp3/wb and its > subdirectories and their contents, etc. > > This, I believe, is what happens under bash, but wget under Win2K only > downloads www.scottandrew.com/index.html > > then exits. > > I've tried http:// in front of the URL and have also tried the full URL of > the directories argument, neither is successful. Neither is using merely > /mp3 or mp3. > > I would be grateful for any advice. With thanks.
the command you're using does not work as you expected because on http://www.scottandrew.com/index.html there are no links to any resource in the /mp3/wb path. you might want to start the mirror from another URL, like http://www.scottandrew.com/music/ -- Aequam memento rebus in arduis servare mentem... Mauro Tortonesi http://www.tortonesi.com University of Ferrara - Dept. of Eng. http://www.ing.unife.it GNU Wget - HTTP/FTP file retrieval tool http://www.gnu.org/software/wget Deep Space 6 - IPv6 for Linux http://www.deepspace6.net Ferrara Linux User Group http://www.ferrara.linux.it
