Search code examples
javaandroidapache-commonsftp-client

Downloading a directory through FTP on Android using Apache Commons FTP library


My FTP server has 1500 files in 600 directories, I have to download the entire structure as it is, to the Android phone; recursive download takes a lot of time. Is there any library which downloads the directories.


Solution

  • Using a Zip file did save me 15 min!!!