I think this is the right group?

I would like to use this:
http://commons.apache.org/net/download_net.cgi
in my program, I have the code here:
mFtp=new FTPClient();
mFtp.connect(“ftp.domain.com”,21); // Using port no=21
mFtp.login(userid, pwd);

but of course I get an error: mFtp cannot be resolved to a  variable

so what files do I need from http://commons.apache.org/net/download_net.cgi
and where do I place them so that I can use it in my program. I use
Eclipse 3.7

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to