hehe, Actually I broke down and wrote it myself :)
BTW did you know that in CF 7 cfdirectory there is a recurse attribute? Neat!!! No more recursive custom tag calls. Tim > -----Original Message----- > From: Jim Davis [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 14, 2005 1:53 AM > To: CF-Community > Subject: RE: document spider? > > > > -----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/C oldFusion/ 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:164716 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=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
