| Let me know if you can add an option to your program where you can set rules
and behaviors to download certain file types.
Well then I expose my concern:
The case is this:
I have the address:
<http://www.xxxxxxx.org/yyyyyy/zzzzzz/aaaaaa>
On my hard disk keeps me as follows:
www.xxxxxxx.org \ yyyyyy \ zzzzzz \ aaaaaa.html
So far, so good.
But I want it only for urls identified as html and have no extension (example:
<http://www.xxxxxxx.org/yyyyyy/zzzzzz/aaaaaa> is actually an html file), I
store them as follows Hard disk:
www.xxxxxxx.org \ yyyyyy \ zzzzzz \ aaaaaa \ index.html
The index.html would be optional, as it could be index.php or start.asp or
another.
Thanks for the help you can give me. | |