How to display a list of files from an ftp server (or rather from a specific folder on this server) in the android application?
Try using classes from the org.apache.commons.net.ftp library. Connection is made by class FTPClient :
org.apache.commons.net.ftp
FTPClient
FTPClient mFTPClient = new FTPClient(); mFTPClient.connect(myAddress, myPort);
You can take a look at a detailed example here.
Source: https://ru.stackoverflow.com/questions/528776/More articles:Support for '0000-00-00 00:00:00' DATETIME field values in mysql 5.7PHP Notice server error: phpDoc 4 piece (s) @param description expected in UTF8 :: diactrical_remove (), 0 given [closed]Creating a string formatting function in MS SQL ServerHow acceptable is it to store information about the path to the file in the database?Why when accessing the site via https throws on the phpMyAdmin page?How to set the current ScrollBar position programmaticallyOpenCV and access violation reading location for cv :: VideoCapture :: open (...)How do sprite sheets work or how does background-image + background-position work?Doctrine annotations for formsDjango 1.9. I can not make a widget like in the original to select a groupAll Articles