Android Question Fetch from ftp into cache

mrawi

Member
Licensed User
Hi,

I really hope you can help me with this. I have an app that uses the excel module. The excel sheet is stored locally. However, because the information is sensitive, I would like to remove that feature and instead fetch the spreadsheet from an ftp server and cache it when the app is opened and flush it out when it's closed.

Any suggestions?
 

RandomCoder

Well-Known Member
Licensed User
Longtime User
As you've already got your App working with a local copy of the file have you considered encrypting the file instead? It might be a simpler change to make. I've not used the encryption library but it's an option.
 
Upvote 0
Top