I have a number of CSV files that I want to download from Yahoo finance each day. I want my application to read the file\'s creation date (on my computer, not the server). I
I might be missing something but I can't see why you would need JNI or POI to download a file.
If you are downloading the file with HTTP, you can use an HttpURLConnection with the "If-Modified-Since" request header.