Is there a java library which i could use to download from urls with ftp or http protocol?
like: http://cmp.felk.cvut.cz/~chum/papers/philbin07cvpr.pdf
Is there a java library which i could use to download from urls with ftp or http protocol?
like: http://cmp.felk.cvut.cz/~chum/papers/philbin07cvpr.pdf
you can write your own scraper tool for that. Here is an tutorial how to do that http://twit88.com/blog/2008/01/06/java-writing-a-web-page-scraper-or-web-data-extraction-tool/
if you just want to download files check this question stackoverflow.com/questions/2302233/…. If you want to download files from unknown links within a webpage use: jsoup.org you can navigate the page using DOM if you know the page structure: jsoup.org/cookbook/extracting-data/dom-navigation