Is resume scheduled for a later version or is there a way to do it now without modification?. This could be added.
sendCommand("REST "+offset);
// Can get a 350
String[] validCodes1 = {"350"};
lastValidReply = control.validateReply(reply, validCodes1);
If the reply is valid then use.
get(String localPath, String remoteFile); as usual
and the bytes will be sent from the specified offset
I guess there could be some inconsistency in server implementations that im not aware off.[/code]