Great program I use it every day . Free 30 day trial unrestricted.
Offline Explorer Enterprise"
http://www.metaproducts.co
http://dl.filekicker.com/s
Selvool
Hi,
I have a list of URLs in a database and what I would like is do a comparison of the URLs that our in our database and URLs gathered from a software. The software should do the following.
1. Can crawl URLs on a given site.
2. Can export URL results to a text file or csv file.
3. Will have a way so we can exclude URLs in the URL extraction.
4. Safe and Spyware free
Already tried Gsite crawler but it seems like it is not getting all URLs. because there are URLs that are not in the result when done with the crawl. Can you recommend a software with the criteria mentioned above?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Great program I use it every day . Free 30 day trial unrestricted.
Offline Explorer Enterprise"
http://www.metaproducts.co
http://dl.filekicker.com/s
Selvool
That software is a downloader indeed. But that is just part of it. It will extract the URL's. Just make a project and add the starting URL of the site and any more start points. In properties Uncheck all the boxes such as text etc.. Check with in the same server and leave the depth unchecked. Scan the site. When done goto to (top Menu; Create site map) It will spit out a text file with all the URL of that site. And nothing is Downloaded but the sites structure.
See attached image for a visual explanation.
I am not trying to push the software. As I get nothing out of it. I am not sure what your needs are but I can tell you from experience with this software. It is top notch and worth the $500 price tag.
But as I said 30 day unrestricted no Adware no spyware. ANd a great software company behind it.
Try it you can . If not I hope you find the right software .
Another software option is WGET.
Regards
Selvol
Here's a cheat sheet. Its old but it should work with the newer WGET. This should get you started.
Display all help: wget --help
Completely mirror a site: wget -mr -r -A.gif http://www.domain.com/Fold
-m: mirror
-r: recursive
Mirror without following links to other servers, parent directories: wget -mrnp http://...
-np: no-parent
Retrieve a html file and convert relative links to absolute ones: wget -k http://users.ugent.be/~bpu
-k
Resume partially downloaded files (if supported by the server): wget -c http://...
-c: continue
Read url's from a file and retrieve them: wget -i file_with_urls.txt
-i: input-file
Ask for url's (read from stdin): wget -i -. Enter url's on the command line, press enter after each url, and terminate with ^Z (press CTRL-Z) on an empty line.
FTP
--glob=off
Don't treat (, *, ? etc. as globbing characters. Use when transfering files with names that contain these characters.
--passive-ftp
Use passive mode for data connection (try this if you're behind a firewall, NAT box...)
Proxy
To make wget use a proxy, you must set up an environment variable before using wget. Type this at the command prompt:
set http_proxy=http://proxy.my
...where you use the correct proxy hostname and port for your ISP or network. You can use ftp_proxy to proxy ftp requests.
--proxy=on
--proxy=off
Turn proxy usage on/off once variable is set; default is on when variable is present.
Passwords
To retrieve with passwords (http or ftp), you can use the following url syntax:
wget http://username:password@w
wget ftp://username:password@ft
Additionally, you can also use --http-user, --http-password as well as --ftp-user, --ftp-password:
wget ftp://ftp.example.net/some
If username or password contain non-alphanumeric characters, you need to escape them when passing them in urls (rfc1738 %HH) syntax. For example, with a username of user@domain and password of pass, your url becomes http://user%40domain:pass@
SElvol
Business Accounts
Answer for Membership
by: openaccount1Posted on 2009-10-28 at 00:37:24ID: 25680651
I also found this but I do not know if this is safe. php?s=delp hi&page=17
http://www.wimb.net/index.