-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
When I call the receiveFile method with offset different than 0, it removes all the data before the offset.
Has anyone faced with this issue ?
Here is my code snippet
// We need to set file length as original file length
RandomAccessFile raf = new RandomAccessFile("download.tmp", "rw");
raf.setLength(originalFileLength);
raf.close();
File receivedFile = new File("download.tmp");
client.receiveFile(receivedFile, offset, length);
client.close();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels