Roberto P. Well-Known Member Licensed User Longtime User Nov 14, 2017 #1 I ask for advice on the best way to transfer a sqlite file of 200 \ 300 mb from server to App. I was thinking of using B4XSerializator Thanks in advance
I ask for advice on the best way to transfer a sqlite file of 200 \ 300 mb from server to App. I was thinking of using B4XSerializator Thanks in advance
KMatle Expert Licensed User Longtime User Nov 14, 2017 #2 FTP is a good choice: https://www.b4x.com/android/forum/threads/android-ftp-tutorial.10407/#content Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Nov 14, 2017 #3 KMatle said: FTP is a good choice: https://www.b4x.com/android/forum/threads/android-ftp-tutorial.10407/#content Click to expand... ok, thanks Upvote 0
KMatle said: FTP is a good choice: https://www.b4x.com/android/forum/threads/android-ftp-tutorial.10407/#content Click to expand... ok, thanks
Roberto P. Well-Known Member Licensed User Longtime User Nov 14, 2017 #4 is there also a way to compress the file on the server and decompress it in the app when the transfer is over? thanks Upvote 0
is there also a way to compress the file on the server and decompress it in the app when the transfer is over? thanks
KMatle Expert Licensed User Longtime User Nov 15, 2017 #5 PHP offers all common compress formats. Just Google for it. If you have root access on the server, you can use B4J Upvote 0
PHP offers all common compress formats. Just Google for it. If you have root access on the server, you can use B4J
Erel B4X founder Staff member Licensed User Longtime User Nov 15, 2017 #6 Roberto P. said: I was thinking of using B4XSerializator Click to expand... B4XSerializator will not help here. B4J server is a good option. You can enable GZIP with Server.GZipEnabled. Upvote 0
Roberto P. said: I was thinking of using B4XSerializator Click to expand... B4XSerializator will not help here. B4J server is a good option. You can enable GZIP with Server.GZipEnabled.
Roberto P. Well-Known Member Licensed User Longtime User Nov 15, 2017 #7 KMatle said: PHP offers all common compress formats. Just Google for it. If you have root access on the server, you can use B4J Click to expand... I will use B4J. thanks Upvote 0
KMatle said: PHP offers all common compress formats. Just Google for it. If you have root access on the server, you can use B4J Click to expand... I will use B4J. thanks
Roberto P. Well-Known Member Licensed User Longtime User Nov 15, 2017 #8 Erel said: B4XSerializator will not help here. B4J server is a good option. You can enable GZIP with Server.GZipEnabled. Click to expand... ok, I try use It thank Upvote 0
Erel said: B4XSerializator will not help here. B4J server is a good option. You can enable GZIP with Server.GZipEnabled. Click to expand... ok, I try use It thank