I am using resumenextdownload function but it is not working. It is starting from the offset but it again copy the entire bytes.
I have one file call abc which has 1500bytes so for the firsttime suppose it copies 1400bytes after resume it starts from 1401bytes and append the again 1500bytes by mean the total size of file is now 1400 + 1500 bytes.
I am getting the following error in log file.
FTPConnection.1 ---> REST 97011160
DEBUG [FTPControlSocket] 27 Oct 2016 20:26:16.867 : FTPConnection.1 500 'RE*T 97011160': command not understood.
DEBUG [FTPControlSocket] 27 Oct 2016 20:26:16.867 : FTPConnection.1 Expected reply codes = [350] (strict=False)
WARN [FTPClient] 27 Oct 2016 20:26:16.872 : FTPConnection.1 REST failed - resume will not be used ('RE*T 97011160': command not understood. (code=500))
Here 97011160 is offset byte.
Please help on this.