| I wrote a program that successfully copied our MyFamily site
after both HTTrack and WGet failed. I realized that the
only way to copy the site is to open each page and image and
save them one at a time. Yikes.
So I broke out VB and dropped the WebBrowser control (simply
integrates IE into the program) and wrote a routine that
simply creates a list of all the links and images, then
downloads them in one big swoop. I go to the site using the
integrated browser, log in, then let the program do the
rest. It's dirty, but it works. I'm not publishing it, but
if anyone wants it to play around with, I included my email
above.
Brian | |