0

I am in search of a java FTP library that works on the android which can append already created file from FTP server without download & upload the same file.

Does anyone know of such a library.

I heard about ftp4j but it is troubling while appending file as mention here in SO question

Community
  • 1
  • 1
rajpara
  • 5,203
  • 1
  • 29
  • 46

1 Answers1

2

Apache FTP client works on Android I believe, and provides the append function you require:

1615903
  • 32,635
  • 12
  • 70
  • 99