B4A Tutorial [B4X] Net library (FTP, SMTP, POP) with Wait For - Erel    Feb 14, 2021   (16 reactions)   tags: FTP, SMTP, POP.Net, B4X Net ftp smtp pop wait .
This makes it simpler to manage multiple requests.
For example:
'ftp was previously initialized and its event name was set to ftp:
'ftp.Initialize("ftp", "your.server", 21... B4A Tutorial Android FTP tutorial - Erel    Aug 25, 2021   (6 reactions) Old and irrelevant tutorial. Follow this one instead: Net library (FTP, SMTP, POP) with Wait For
This tutorial covers the FTP object which is part of the Net library.
The Net library is based... B4A Tutorial [B4X] Tip: Always set FTP.PassiveMode to True - Erel    May 29, 2018   (9 reactions) I've just wasted an hour trying to understand why a desktop program that I'm using for many months failed to upload a file to a FTP server. I realized that the only thing that was recently changed is that B4J was running with Java 10. Mistakenly I assumed that it is related to IPv6 handling... allow it. The default mode for FTP is active mode. In active mode the server needs to make an incoming... if the firewall is not configured for this. The solution is very simple: FTP.Initialize(...) FTP... B4A Tutorial [B4X] FTP Server code update for multi-network card hosts - OliverA    Oct 17, 2017   (5 reactions)   tags: B4X FTP Server to the FTP Server code posted here (https://www.b4x.com/android/forum/threads/b4x-ftp-server-implemented-with-socket-and-asyncstreams.74320/#content).
@Sergio83 discovered an issue with the FTP server... B4A Tutorial Android FTP Tutorial - klaus    Jul 25, 2011 Dieses Tutorial deckt die offizielle FTP-Library. Die FTP-Library ist auf Apache Commons Net... langsame Operationen wie Netzwerk-Operationen im Hintergrund durchgeführt werden. Die FTP- Library... übermitteln. Das FTP-Protokoll unterstützt nur eine einzelne Aufgabe zur gleichen Zeit, so daß die Aufgaben seriell verarbeitet werden. Die Benutzung der FTP-Library ist sehr einfach. Der erste Schritt ist das FTP-Objekt zu initialisieren. Wenn dies ein Activity-Modul ist, dann muss man es in... B4A Tutorial Trial Period using FTP - Tempomaster (first post)    Mar 25, 2019 Hello,
I tried the code. He works perfectly. However, I can only use FTP without SSL. But this is not a big problem because there are only a few files in the accessible folder.
But it should... Page: 1   |