This can be done (since the page you are looking at is a default directory listing returned as an html page.)
It isn't all that easy for a novice, but it is definitely doable. 1 You need to get the content of the web page you listed (http://members.wri.com/brettb/pictures/) using the CFHTTP command. 2 You then need to pull apart that HTML page and build a filelist from it. 3 Once you have the filelist, you need to find any items that are DIRs, and do step 1 all this over again (see recursion). 4 Finally, you will have complete filelist, which you can download, save to a db, etc. Jerry Johnson Web Developer Dolan Media Company ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193462 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

