Re: wget'ing files with relative paths

2007-11-23 Thread Raj Kiran Grandhi
Rogelio wrote: On 11/22/07, *Raj Kiran Grandhi* <[EMAIL PROTECTED] > wrote: Rogelio wrote: > I'm trying to wget some very specific files off a web page, but some of How? Basically, I'd like to run this command: wget (options to grab all the mp3s)

Re: wget'ing files with relative paths

2007-11-22 Thread Raj Kiran Grandhi
Rogelio wrote: I'm trying to wget some very specific files off a web page, but some of How? the paths are relative paths (e.g. ../path/to/file) rather than With recursive retrieval, that is not a problem abosolute (e.g. http://direct/path/to/file ). Obviously,