I wrote a program that downloads some files from some servers. Currently program works properly. But I want to add resume support to it. I\'m doing it like this
The problem is in (fcheck.length() - 1): this should be fcheck.length().
(fcheck.length() - 1)
fcheck.length()