Nikunj Patel
Nikunj Patel

Reputation: 22076

FTP implement in android issue

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

Upvotes: 0

Views: 1561

Answers (1)

Peter Knego
Peter Knego

Reputation: 80350

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.

Upvotes: 1

Related Questions