Android Question FTP Resume and the Net/NetExtras libraries

biometrics

Active Member
Licensed User
Longtime User
Back in 2012 I asked @Erel if the Net library's FTP supports resume (so that you can resume an interrupted download and not start from the beginning). We had a discussion and various things were tried, you can see it from page 3 onward:


We concluded it couldn't be done with that library. @warwound then made a custom version based on v1.52 that had FTP resume capabilities, called NetExtras:


Over the years it has worked well though we found some issues we had to work around.

We have not updated to the latest Net library fearing we will lose the FTP resume ability.

So my questions are:
  • Is FTP resume supported in Net library 1.81?
  • Is there a new version of NetExtras?
  • Is Net library 1.81 compatible with NetExtras 1.52?
  • Do we need to have both Net and NetExtras selected in Libraries Manager?
  • Is there another FTP library that supports resume?
 
Last edited:
Top