B4A Question FTP Service - Smee    Sep 1, 2011 Are there any example programs around showing simple uploading and downloading of text files jpegs etc using the net library AND calling the subs as service(s)
Thanks... B4A Question About FTP service - DonManfred (first post)    Dec 9, 2019   (1 reaction) So I need to have a foregroundservice to run it for a long time, right?
You are not supposed to do l... B4A Question Using FTP Service to download a SQLLITE DB into the standard location on the mobile - tigrot (first post)    Jan 16, 2018 I always forget about passive mode...
You are not the only one, me too!... B4A Question About FTP upload service - DonManfred (first post)    Jan 2, 2020   (1 reaction) 1. The Starter Service should NOT be a Sticky Service and also NOT startatboot.
Starter Service.
Notes
The Starter service is identified by its name. You can add a new service named Starter to.... You can remove the Starter service.
You can call StopService(Me) in Service_Start if you don't want the service to keep on running. However this means that the service will not be able to handle events (for... B4A Question service Mod with ftp - Smee    Sep 5, 2011 I am trying to use a service Mod to upload aand download files The following works, i.e it uploads a file Sub Service_Start (StartingIntent As Intent) FTP.UploadFile(File.DirInternal & "/cats/" , "blank.jpg",False,"/" & "blank.jpg") End Sub But this does not Sub Service_Start (StartingIntent As Intent) UploadOrders End Sub Sub UploadOrders FTP.UploadFile(File.DirInternal & "/cats/" , "blank... B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Oct 6, 2025   (24 reactions)   tags: FTP, ftp smtp pop3, Net, B4A, Email The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both... IPv6 clients. V1.80 - SMTP, POP and FTP can be configured to use a custom trust manager. This allows... a configurable timeout parameter - FTP.TimeoutMs. Default timeout is set to 60000 (60 seconds). V1...-library-ftp-smtp-pop-with-wait-for.84821/ SMTP.AdditionalHeaders map. Allows adding headers to... the content encoding not being set in multipart messages. V1.60 - New method: FTP.AppendFile... B4A Library [B4X] FTP Server implemented with Socket and AsyncStreams - Erel    Jul 18, 2022   (41 reactions)   tags: B4A B4J, FTP 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.) This is an example of using low level network features to implement a high level protocol. It is an implementation of a standard FTP server. You can use standard FTP client programs to send or receive files... when it resumes. Implementing an FTP server that properly supports multiple clients is not a simple... B4A Question Missing FTP server option in B4A-Bridge V2.65 - Theera (first post)    Jul 27, 2023 I wonder,after I used the Aeric's source code for editing Thai edition. Why the bridge can be used Ftp service again?... B4A Tutorial Receivers and Services in 2023+ - Erel    Jul 28, 2024   (32 reactions) In the early days of Android services were simple to use and powerful. They allowed doing all kinds... versions of Android. With a few exceptions (that aren't 100% reliable), the only use case for services... is received. 'Do not assume that anything else, including the starter service, has run before... Run after boot And more... Q. Can receivers do everything that services can? A. No. Receivers run for a short time. There is no similar feature to foreground services where a service can continue to... B4A Tutorial Integrating Firebase Services - Erel    Sep 14, 2020   (52 reactions)   tags: Integrating Firebase Serv, Integration Firebase, firebase Google has acquired a company named Firebase and is now offering many backend services under the Firebase umbrella. Most of them are free. Integrating the services is relatively simple. 1. Use... package name. 3. Download google-services.json and put it in the projects folder (folder of the b4a file). 4. Add the manifest snippets to the manifest editor based on the services that you need. 5. Follow the instructions of the specific libraries. Note that a recent version of Google Play Services... Page: 1   2   3   4   5   6   7   |