I have a requirement to download a image from FTP server to android device. I tried with few samples by using ftp4j-1.7.2.jar
library, but failed to connect with FTP servers & messed up.
Have anyone worked with FTP servers?
Please suggest to make connection & download file from Server.
Use library commons.apache.org/proper/commons-net
Check below code to download file from FTP server: