How do i access mime objects over HTTP. e.g. There is a remote server on which there is an excel sheet/ sound file. I need to download the same via an http request through Java/ JSP. This will be running as a background task, thus, there will be no user action involved. The aim is to run reports by hitting the website of the remote repository and adding certain parameters to request.

Any help will be greatly appreciated.