capturing all .html files on a server

ShadowBlade

Diamond Member
Feb 11, 2005
4,263
0
0
is there a way or program that can search a server for any .html files and dump them into a text file or a local html file with all links
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
Just wondering but what is this for? HTTrack can also copy websites, but I know that's not exactly what you want to do. I'm unaware of any such link dumping apps.
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
If you want to grab the HTML and script pages from your own site, "FTP program" like CuteFTP.

If you want to grab the HTML and script pages from someone else' site, you can't unless they are all static pages with no server-side includes. As soon as scripting and includes are added you see only the _results_ of those pages/files running, there is no way to get to the source code short of hacking their site.
 

ShadowBlade

Diamond Member
Feb 11, 2005
4,263
0
0
its not for my site
me and a couple other people have to find all the pages on my workplace's website which has the old template and the "site map" doesnt have everything
so instead of finding every page, itd be a whole lot easier to have clickable links all in one place, then have a printed copy to check off which ones ive done