> -----Original Message----- > From: loathe [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 14, 2005 12:36 AM > To: CF-Community > Subject: document spider? > > Hey kids, > > Looking for an app that can take a starting directory, and then quickly > spider out and return say a list with all the documents under that initial > directory.
Do you mean locally or on a website? If locally (on a CF server) I've got a custom tag that will do that here: http://www.depressedpress.com/depressedpress/Content/Development/ColdFusion/ Extensions/DP_FileFind/Index.cfm You can tell it where to start, whether to recurse, mask to only certain extensions and define four different output styles. It's old, but it works well. If on a remote website I've used a tool called "WebReaper" in the past very successfully. It's essentially a ripper that copies the entire public portion of a website to a locally usable format. Once you capture the website you can then run a tool like my tag to get a report of files. I believe there's also a tool to do this on the Windows 2000 resource kit but I can't lay my hands on it at the moment... Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| All-in-one: antivirus, antispam, firewall for your PC and PDA. Buy Trend Micro PC-cillin Internet Security http://www.houseoffusion.com/banners/view.cfm?bannerid=60 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:164715 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
