On Fri, Mar 28, 2008 at 9:53 PM, Les Mikesell <lesmikesell@xxxxxxxxx> wrote: > > I have downloaded some files from a web-site with wget. How can I > > download the remaining files without having to download again the > > files already downloaded. Any ideas? > > wget -N Thanks to both. 'wget -N' does the trick. Paul