Forum Moderators: phranque
(In case you really want to know why: I need to move a site from one host to another quickly, before they bill me for another year's service. I do not want to reinstall the whole dynamic site, as I will be doing that again in a month or two when the next version of the software comes out. So I'm just looking for a quick fix to tide me over.)
Or if you have ftp access to the site, you could download everything, then write a short script (bash, perl, php) that goes through the directory tree and for each HTML file, does a wget / file_get_contents() and replaces the file with the result.
Hope this helps.