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 on Apache Commons Net.
Android OS doesn't allow us, the developers, to block the main thread for more t B4A Tutorial [B4X] Net library (FTP, SMTP, POP) with Wait For - Erel    Feb 14, 2021   (16 reactions) Starting from v1.70 of Net, jNet and iNet libraries the asynchronous methods return a 'sender filter' object.
This object can be passed as the sender filter parameter in a Wait For call.
This makes it simpler to manage multiple requests.
For example:
'ftp was previously initialized and its event n B4A Library Android SFTP based on JSch tutorial - Erel    Apr 18, 2024   (11 reactions) The other methods work in the same way as the FTP object: Android FTP tutorial The library is attached. The open source project is embedded in the jar file. Updates: 1.31 - New Rmdir method - deletes empty folders. 1.30 - Based on the latest version of Jsch (0.1.54). B4A Tutorial Erels B4X Oveview from Walt's B4xGoodies - created with B4xgoodies Explorer using BVAD3 - Mashiane (first post)    Apr 27, 2021   (3 reactions) Tutorial - Barcode/scan - Barcode Reader Tutorial - Bluetooth - Bluetooth Chat Example Tutorial - Camera - Intent Based Camera Tutorial - Comms & Network - Control The Desktop With Your Phone Tutorial - Comms & Network - Net Library (ftp, Smtp, Pop) With Wait For Tutorial - Comms & Network - 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 (the ser B4J Tutorial [B4X] Resumable Subs - Sleep / Wait For - Erel    Feb 22, 2018   (49 reactions) A bit more complicated example with FTP: Listing all files in a remote folder and then downloading all the files: Sub DownloadFolder (ServerFolder As String) FTP.List(ServerFolder) Wait For FTP_ListCompleted (ServerPath As String, Success As Boolean, Folders() As FTPEntry, Files() As FTPEntry B4A Question Net library, FTP and upload fails using mobile connection - DonManfred (first post)    Apr 26, 2021   (1 reaction) From the PassiveMode Tutorial FTP.Initialize(...) FTP.PassiveMode = True Your code If FirstTime Then sDir=CallSub(Starter,"GetStorageDir") FTP.PassiveMode=True FTP.UseSSL=False FTP.Initialize("FTP", "ftp.xy.com", 21, "user@xy.com", "password") End If Share My Creation [Project Template] Web API Server - aeric (first post)    Jan 25, 2022   (2 reactions) You can follow this tutorial to create a single zip file for uploading to your hosting server using FTP client such as FileZilla or WinSCP. https://www.b4x.-custombuildaction-with-winrar.137900/ B4A Question FTP: Problem Upload and Download - WebQuest (first post)    Nov 09, 2019 I think I'm confusing ... FTP is dedicated to emails, maybe I took a deprecated tutorial as an example
Credo che mi stia confondendo... FTP è dedicato per le mail, forse ho preso come esempio un tutorial deprecato. B4A Tutorial [B4X] FTP Server code update for multi-network card hosts - OliverA    Oct 17, 2017   (5 reactions) Update (2017/10/17): For code changes that make this a true B4X update, see post #4
This relates 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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |