B4J Question client-combined jar file needed - mcqueccu    Jul 10, 2022 Please if anyone is having client-combined-3.14.0.jar in their libraries folder should kindly send it to me. Thanks... B4J Question FTP Server and Client - error file upload - Roberto P.    Feb 1, 2020 I made an example FTP server and client to try sending files on my local pc, but I have problems..."
StartMessageLoop
End Sub
Sub FTPServer_StateChanged
Log($"Number of clients... B4J Question Send and recieve File and text messages between client and server - ArminKH    Jun 3, 2015 hi
i am so confused if is possible please help me
i want following futures:
1-send and recieve file... way
1-use jNetwork + AsyncStreamObject
2- use jWebSocketClient + jServer
i have not any problem... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (13 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer... than other clients that I've tested. The resources handling and caching is quite sophisticated... B4J Question Access denied for temp files when communicating between client and server - Erel (first post)    Jul 12, 2020   (1 reaction) BTW, don't forget to check that Job.Success is True. Don't assume that requests will not fai... B4J Question Trouble Reading an XML File from the client side, while Web Site is managed by a B4J Server - Christos Dorotheou (first post)    Aug 14, 2014 It can still be case sensitive. Test it again with the correct case.
OK the problem is solved. It w... B4J Question Server-Client How I get file names into listview by index? - XorAndOr (first post)    May 20, 2018 Assuming the filenames separated by CRLF you could use
Dim filenames() As String = Regex.Split(CRLF,j.getString)
ListView1.Items.Ad... B4A Library [B4X] FTP Server implemented with Socket and AsyncStreams - Erel    Jul 18, 2022   (40 reactions)   tags: B4A B4J, FTP . It is an implementation of a standard FTP server. You can use standard FTP client programs to send or receive files...https://www.b4x.com/images/ftp.gif (Note that the FTP client above is not part of this solution. It only demonstrates how you can use a standard FTP client to communicate with the server.... It is a good example of using classes to handle multiple clients. The solution is made of three... on the control port (main port). It also manages the connected clients and assigns a data port for... B4J Tutorial [BANano] Setting up FileZilla Server - Mashiane    Dec 18, 2020   (3 reactions) Ola Download FileZilla Server If IIS is running on your webserver, you can install the FileZilla server and then set it up for FTP upload. After starting the FileZilla server 1. Add a user and specify a password. This is the user you will use to log in to the server. 104605 2. Set up the shared folder and permissions. This folder will be the one listed in your client to upload files to. 104606 You can then use these with the FileZilla client to ftp your files to your server. Good luck!... B4J Question B4J server, B4A and B4I are clients. All about transfer huge files over internet. - dragonguy (first post)    Aug 28, 2016 You don't need to use B4XSerializator as the files data is already raw bytes.
Have you seen this example: https://www.b4x.com/android/forum/threads/server-upload-files-from-your-b4a-app-to-your... Job.PostFile instead.
I use post byte not postfile, later I will the example. Thanks!... Page: 1   2   3   4   5   6   7   |