Results 1 to 4 of 4

Thread: download websites onto hard drive

  1. #1

    Thread Starter
    Junior Member French_gal's Avatar
    Join Date
    Apr 2002
    Posts
    31

    download websites onto hard drive

    Can i have a few examples of code that would work to down load complete websites onto a hard drive ? I was asked by a friend, and frankly this is not my domain. ( i am a vb and c++ girl content with making games and databases) I know the program is not going to be used for illigal purposes, or i wouldn't let him have the code,
    Thanks
    e=2.718281828459045235360287471352662497757247093699959574

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    I assume you mean all the server side code, and not just the delivered HTML pages?

    Well, this would involve you getting FTP access to the site first. We developers are not likely to give you that permission, unless you can offer us a very good reason.

    If you want only the HTML content, images etc for the complete site, Then in IE, select 'Add to Favorites' from the Favorites menu, Then select the 'Make Available Offline' check box, Click the 'Customize' button and follow the instructions to the number of page levels required......

    Voila!
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  3. #3
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    Most software designed to do this use Spiders to download webpages. Use something like winsok to connect to the pages 'root' or index file and use clever code to sniff out all the links in the page and downloads the content as it goes.
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I think I've seen examples at www.planetsourcecode.com .
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width