Am 2008-09-20 22:05:35, schrieb Micah Cowan:
> I'm confused. If you can successfully download the files from
> HOSTINGPROVIDER in the first place, then why would a difference exist?
> And if you can't, then this wouldn't be an effective way to find out.

I mean, IF you have a local (master) mirror and your  website  @ISP  and
you want to know, whether the two websites are  identical  and  have  no
cruft in it, you can

  1)  fetch the website from your isp recursively with
      wget -r -nH -R /tmp/tmp_ISP http://website.isp.tld/

  2)  fetch the local mirror with
      wget -r -nH -R /tmp/tmp_LOC file://path/to/local/mirror/

where the full path in 2) would be the same as the website in 1) and
then compare it with

  3)  /path/to/local/mirror/

If you have edited the files local and remote, you  can  get  surprising
results.

Fetching recursive of /index.html mean, that ALL  files  are  downloaded
which are mentioned in ANY HTML files.  So if 1) differs from

    ftp://website.isp.tld/

then there is something wrong in the site...


Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature

Reply via email to