Hi,
My app is saving pictures and a database on my SD-Card.
With the help of Klaus, the app can perform a backup of those files in my DropBox.
However, I am not comfortable to let those data's unencrypted in the Cloud.
The solution I thought:
I haven't seen anything on the forum for solution 1).
It seems that FTP transfer is quite complex (I am definitely not fluent with B4A).
If I correctly understood, solution 3) could be performed using AsyncStreams
Is there someone that could help me to know:
Thank you in advance for your support.
Fab
My app is saving pictures and a database on my SD-Card.
With the help of Klaus, the app can perform a backup of those files in my DropBox.
However, I am not comfortable to let those data's unencrypted in the Cloud.
The solution I thought:
- Each file is zipped (with password protection) and then send to my DropBox
- The files are transferred by FTP on a safe drive (and not to the DropBox)
- The files are transferred on my personal computer (Windows 7) (which is on line backed up on a safe external drive)
I haven't seen anything on the forum for solution 1).
It seems that FTP transfer is quite complex (I am definitely not fluent with B4A).
If I correctly understood, solution 3) could be performed using AsyncStreams
Is there someone that could help me to know:
- first: if I missed an easiest way to backup those files (in a safe way)?
- then: is it correct that solution 3 would be easier to implement than the 2 first ones?
- finally: is there a tuto on how to implement AsyncStreams in my code and on my PC?
Thank you in advance for your support.
Fab