[Scrape] Image processor blocking directory listing

Hey guys,

Im trying to scrape URL like these

http://example.com/prod?set=key[source],value[/environment/2011/B13_0086_125R_0.jpg]&set=key[rotate],value[0.45]&set=key[width],value[2966]&set=key[height],value[3468]&set=key[x],value[1433]&set=key[y],value[247]&call=url[file:/product/large]

All images spit out as default names(e.g default.jpg)

Anyway other then bruteforcing the directory listing to get something like this

http://www.example.com/product/large/environment/2011/B13_0086_125R_0.jpg

Has anyone dealt with this kind of image handling?

outfit, At what point does

outfit,

At what point does the first URL appear looking that way? Is it when the URL is in the HTML of the page you are about to scrape, in your browser's address bar, as a transaction in screen-scraper's proxy session, etc.?

And when you say "spits out" do you mean that the URL resolves to the second sample URL you gave?

-Scott