Thread: Downloading HTML Files from Web Page

  1. #1
    Unregistered
    Guest

    Downloading HTML Files from Web Page

    Is there a way to download all the HTML files that are in a webpage ?

    For example, I have the following page..

    http://www.dinkumware.com/htm_cpl/index.html

    I want to download all the html files that are linked from this page.


    Is there a software that does that ?

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    151
    There are probably loads. Here's a link from a search engine.

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    85
    I remember that a software called TelePort Pro, which can download all the site.
    You can search in http://www.google.com

  4. #4
    Unregistered
    Guest

    I tried two different software, but couldn't download successfully

    can anyone rip it down and upload it to this site?

    http://www.dinkumware.com/htm_cpl/index.html


    (and all files under http://www.dinkumware.com/htm_cpl/
    and graphics, if any)

  5. #5
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Teleport Pro the tool for the job.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Why don't you just view the HTML code and then copy and paste it into something like notepad? Most browsers can do it. Just go to View->HTML Source or something.

  7. #7
    Unregistered
    Guest
    I can do that... but there are 100s of files.. interlinked.. if i do it manually, i will have have grandchildren by the time i complete it.

  8. #8
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    ya want a program? I'll make it...for a small fee
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  9. #9
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    www.surfsaver.com

    Using this you can download the whole website so it is avaialable offline, then you can view the source of the pages you want.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  10. #10
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    you can download go!zilla trial from http://www.gozilla.com, its a download manager, plus it has a site leech which downloads ALL of the files on a site, including graphics and .css files...it's kinda like angelfire's transloader...
    .

  11. #11
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >go!zilla
    Isn't that still laden with spyware?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  12. #12
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    no, they killed the spyware...plus, if it had, you could donwload ad-aware and delete it
    .

  13. #13
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    I'll tell you whats laden with spyware in a big way...Kazaa media desktop...i got it outta mine, but the process of removing it is slow and painstaking, but it does the job...and if any of you guys wanna delete any and ALL spyware from your system, Ad-Aware is the way to go
    .

  14. #14
    Registered User raimo's Avatar
    Join Date
    Jun 2002
    Posts
    107
    GNU wget does this for you.
    http://www.gnu.org/software/wget/wget.html
    I am not using Dev-C++.
    #!/usr/bin/env python
    import sys;file=open(sys.argv[0]);print file.read();file.close()

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading HTML files and Images from Website
    By Fade_to_Blah in forum C Programming
    Replies: 5
    Last Post: 07-08-2005, 08:49 AM
  2. Downloading header files
    By ejholmes in forum C++ Programming
    Replies: 3
    Last Post: 09-05-2004, 03:48 AM
  3. Creating a web page.............
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 04-08-2002, 01:33 AM
  4. Dialog app interface with web page...
    By Unregistered in forum Windows Programming
    Replies: 5
    Last Post: 01-29-2002, 08:41 PM