tags:

views:

16

answers:

0

Hi
I wrote a java application that downloads files from some servers in HTTP protocol.
I need to know that a server support resume or not .
Currently my application overwrites same name files and I want to check if server supports resume then resume that download.
How can I do this .
I'm using URLConnection for download.

Thanks