0

Possible Duplicate:
Android FTP Library

I am very much new to the android development, i wanted to upload a file from my android phone to the ftp server and later downloading a file from the ftp server . How to implement this one ,please help me out thanks in advance

Community
  • 1
  • 1
Sid
  • 35
  • 1
  • 5
  • Check this [question/answer](http://stackoverflow.com/questions/1567601/android-ftp-library) and see if it helps. There is a lot of help here on FTP with Apache Commons. – Tanner Perrien Jun 09 '11 at 12:57

1 Answers1

0

Check this out although I believe this only works for uploading files. You may be able to modify it to download?

http://www.jibble.org/simpleftp/

This is an external jar you would add to your project.

IZI_Shadow_IZI
  • 1,921
  • 4
  • 30
  • 59