i just create ftp server on public server, i mean server with a domain name and have credenstial. i already test reach connention to that ftp server by ftp client software install on windows 11. i can list file, download or upload file to that ftp server. i wanna do list and upload my video file to that ftp server from my phone. can i do that with app created by B4A on my samsung android phone?
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...
what should i type for the server path if i want to download Net.zip. in ftp download code FTP.DownloadFile("/Net.zip", False, File.DirRootExternal, "Net.zip")?
You do NOT have access to File.DirRootExternal with targetsdk=31
It you plan to upload your app to playstore you need to use alternative paths to download to.
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
You do NOT have access to File.DirRootExternal with targetsdk=31
It you plan to upload your app to playstore you need to use alternative paths to download to.
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...