I am getting dynamic URLs, they point to Folders on servers like this:
http://www.xyzdomain.com/images/
www.1234ooooo.com/documents/
I need to dowload all the files int the folder of a given url. I want this done apache httpclient package in java.
Thanks in advance.