So, it needs after download error to get the downloaded file part size = X, and send to server extra command "REST X", to resume, instead of FTP1.Download.... ?
@Erel, what is "FTP1.Download" in Java ? Any luck to add such resume .Download2 method?
Or via Reflection over FTP1 object ?
Seems, it's not so easy to make resume by FTP-commands, if only high-level wrapper used.
OK - similar question about resume download over HTTP - what is our standard B4A solution now ?
An HTTP Range request asks the server to send parts of a resource back to a client. Range requests are useful for various clients, including media players that support random access, data tools that require only part of a large file, and download managers that let users pause and resume a download.