[try Beta version]
Not logged in

 
Extracting website code w/o CUrl

Jun 11, 2013 at 1:28am
Hi,

Is there any way to extract source code of a website without CUrl? Or, how could I implement python into a c++ program?
Jun 11, 2013 at 5:29pm
A URL is a address like /comptueraddress/path/file name which allows computers on a network to access files via http, or port 80. URL's are converted by the computer from IP addresses such as 74.125.228.97.

You either have to use the URL, IP address or if you have permissions you can access the file dirrectly such as \\myserver\pathtofiles\filename.html.

Topic archived. No new replies allowed.