in reply to Download web page including css files, images, etc.
I think I can accomplish this with wget, but not directly:
Obviously, this wouldn't be unique to wget -- you could use the logic with anything that can get all of the dependencies.
Update: bah ... you probably can't just symlink it, as if it has relative links it'll crap out ... you might have to then re-adjust the directory structure (there's a call to wget to get it to reduce the number of directories deep it goes ... you could figure out what to pass to wget in step #2, I guess)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Download web page including css files, images, etc.
by skx (Parson) on Jan 25, 2007 at 15:00 UTC |