How do you crawl a list of URLs in a Url.txt file a depth of 2. I tried:
gw -noindex -D1 http://localhost/test/url.txt
gw -D2 http://localhost/test/url.txt
I keep receiving, "Visited 1 pages total". It's not doing what I want, which is to index the urls listed in the URL.txt file.
Please help
gw -noindex -D1 http://localhost/test/url.txt
gw -D2 http://localhost/test/url.txt
I keep receiving, "Visited 1 pages total". It's not doing what I want, which is to index the urls listed in the URL.txt file.
Please help