I'm looking for a java library that works on the android that can Asynchronous download and display images from an FTP server. Does anyone know of such a library. I've found lots of client apps, but no stand alone libraries.
Asked
Active
Viewed 1,104 times
0
-
Display Images likes Waterfall Stream in the phone – Goman Sep 29 '13 at 03:33
1 Answers
0
You want FTPClient which is found in apache common net, you can download it from here, it's a java standalone lib that works with android, here is a simple tutorial

Ahmad Dwaik 'Warlock'
- 5,953
- 5
- 34
- 56
-
in fact,i already use commons-net-ftp-2.0.jar for that,the key point is i have no idea how to use Asynchronous downloads and imageCache between FTPServicer! – Goman Sep 29 '13 at 12:27
-
have a look here http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/ you may find what you need – Ahmad Dwaik 'Warlock' Sep 29 '13 at 12:32
-
Thanks for your help,pal!months ago i has read this page through Google,how stupid i am,i still was't find the key!could you share some like FTP Demo closer!Thanks very much! – Goman Sep 29 '13 at 14:32
-
Does tihs helps you? http://stackoverflow.com/questions/24605622/how-to-download-a-file-from-ftp-server-to-android-device – gmemario Oct 02 '15 at 20:28