Search code examples
javaandroidfilezilla

Where do I start for coding a connection to Filezilla in Android?


I'm creating an app where you have to download a txt file online. This file is availible only on filezilla. Having looked around, I still have not found a concrete answer on where to start. I simply want to download this file,parse it and display data from it.


Solution

  • FileZilla is an FTP client so you need to learn how to download a file using FTP. A file cannot only be available via FileZilla.