Url lists

Post Reply
melvint9
Posts: 19
Joined: Wed Oct 03, 2001 11:09 am

Url lists

Post by melvint9 »

Good Morning,

I have a list of urls on a page that I want to crawl, but it's saved as a .cfm file (which is coldfusion). I tried the command (gw -fcfm -D2 "&links.cfm), but I keep receiving "protocol disallowed. I also tried crawling a url list within the url address for example I tried (gw -fcfm -D2 http://localhost/pko/links.cfm)but it only visits the 1 page. Do I have to save the url list as a txt or list file for it to work.

Melvin
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Url lists

Post by mark »

List files must be local files and contain just urls, no html. If it's a web file it must be html with href's, not raw urls. You may use any extension as long as you give the corresponding -f option as you have.
Post Reply