0

i have refer Android FTP Library for implement ftp upload file fundamental in android but when i click on http://commons.apache.org/net/api/org/apache/commons/net/ftp/FTPClient.html it get nothing. so how can i get jar file first?

after some time i got jar file name is "commons-net.jar" & "org.apache.commons.net_2.0.0.v200905272248.jar" but not get sucess to import import org.apache.commons.net.ftp.*; class.

i have also refer site form :: This Example which recommended jar filen & also download but got same problem for me.

Screen short enter image description here

Community
  • 1
  • 1
Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133

1 Answers1

1

Apache Commons FTP client is part of Apache Commons Net library: http://commons.apache.org/net/download_net.cgi

Download the .zip, unpack it and use the .jar.

Peter Knego
  • 79,991
  • 11
  • 123
  • 154