i am using b4j to connect to ftp server in my b4i app. i remember that i saw a list of commands that are supported but i cannot find it.
how can i list all files that are on my server (b4i) app in the server client (b4j app) and then be able to download etc..
Old and irrelevant tutorial. Follow this one instead: [B4X] 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...