View Single Post
Old 01-17-2005, 03:38 PM   #1
td234
Green Mole
 
Join Date: Jan 2005
Posts: 9
Subdirectories but not higher directories

I am spidering a site that I have no control over. I would like to spider a single directory on that site (same /dir1). I discovered that I must set LIMIT_TO_DIRECTORY to false because under /dir1 the content is in subdirectories. The problem I am having is that by setting LIMIT_TO_DIRECTORY to false, it also climbs out of the current directory (/dir1). Is there a method to start in one directory and to traverse it throughly (including subdirectories) but not climb out?

Thanks for a great tool!

T
td234 is offline   Reply With Quote