is it possible that if there is a file of the same name, and its set to resume..it wont append the contents of the modified file to the original half downloaded local file?
i read the docs that it does a byte by byte copy..so i hope that it deletes the old copy (with the same name) and overwrites it
like
myFTPClient.resume();
myFTPClient.get(path, filename);
thanks