I am trying to download the file to local disk from the URL. So I'm trying to use the
FileUtils.copyURLToFile(new URL(url), filename);
But I get IOException
Occurred java.io.EOFException
: End of input or Premature EOF
often without complete download of file. Please let me know what's wrong in this line. What can I check before writing this file?