iOS Question send file from b4j app to b4i app via wifi

ilan

Expert
Licensed User
Longtime User
hi

i would like to send a file from a b4j app to a b4i app that are connected to the same wifi network.
i used until today udppacket. this work fine with small files and string but i would like to send bigger files so a suggestion from erel was using ftp server for that:

i checked the thread but did not understand how it works.
i tried to use the b4j server example and perform a ftptask although did not worked.

is there any examples how to do tthat?

thanx, ilan
 

ilan

Expert
Licensed User
Longtime User
It will be simpler to run the B4i FTPServer example. You can then jNet library from B4J to send the file with FTP. Make sure to configure the client with PassiveMode = True.

WOW Erel, it was so easy to do it with ftp. I am so happy now that i am using b4x and not anything else. 😁
Thank you so much for your advice! 👍👍👍
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
Where can I find the example?
Thank you RauchG

 
Upvote 0

RauchG

Active Member
Licensed User
Longtime User
Hello ilan,
thank you ... I had already found the example. But I am not able to send a SQLite DB from B4j to B4i. The DB should end up in Documents.
Can you give me a tip?
 
Upvote 0
Top