Paul Smith <[EMAIL PROTECTED]> writes: > I am giving the first steps with wget and I would like to know > whether it is possible to get a list of the files that wget will > download before downloading them.
Unfortunately not. Something like this is likely to be added in a future release. Although the usefulness of such a feature, at least with HTML, would likely not be optimal. To know what you need to download you need to actually download all of the HTML, which can be a non-negligible percentage of the site's contents.
