Java ftp android library

Does anybody know of a simple ftp library for download and uploads files to use in android, with an example of how to use it, I have been stuck in this for a while

@martinstacey ====

i have used succesfully http://commons.apache.org/proper/commons-net/ with android but, wthout having used it with android (only desktop) i think that edtFTPj could be also a solution

1 Like

Thank you for your help! finally did it with apache ftp if anyone else is interested here is a basic code for upload and dowload:
https://www.codejava.net/java-se/networking/ftp/java-ftp-file-download-tutorial-and-example
https://www.codejava.net/java-se/networking/ftp/java-ftp-file-upload-tutorial-and-example
*also remember that while using android sketchpath("") should be added to your path so you dont get problems with location in phone

1 Like