From owner-freebsd-questions Thu Nov 30 6:31:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 6142E37B400 for ; Thu, 30 Nov 2000 06:31:20 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA30253; Thu, 30 Nov 2000 16:36:14 +0100 Message-ID: <3A2664E4.8050603@i-clue.de> Date: Thu, 30 Nov 2000 15:32:04 +0100 From: Christoph Sold User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001127 X-Accept-Language: de, en MIME-Version: 1.0 To: chip Cc: "freebsd-questions@freebsd.org" Subject: Re: wget doesn't get all files References: <3A25BCA5.4C6750B6@wiegand.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chip wrote: > I installed wget on a machine at work to use to mirror > our web site (on a public isp) on the machine at work. > I appears to work fine, but when it finished I tried to > load the web page, but it couldn't find the style sheet. > I looked in the directory and saw that it certainly did > not download the basic.css. I have it set to mirror all > files. Any ideas what I should look for to make sure it > does in fact get all files (an exact mirror)? > To mirror a web server exactly, I use the admin ftp account to mirror it recursively. I.e. one of our servers is http://www.example.org/, to mirror it I just use my admin ftp account: wget -r ftp://ftp.example.org/path/to/server/directory. I had no succes to get a complete mirrow via http, since wget is dumb about flash, cgi's, servlets... HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message