FTPClient is not part of the Android platform, so you will need to look at
whatever code you have built in to your application there to figure out why
it isn't working.

On Wed, Jul 29, 2009 at 11:02 PM, dario <ber...@gmail.com> wrote:

>
> helo, in Java Se its tell me that files.length is 16 but when i run it
> in the android plathform tell me that there is 0
>
> FTPClient f = new FTPClient();
>                    f.connect(server, 21);
>                    f.login(username, password);
>                    FTPFile[] files = f.listFiles();
>                  Log.v(TAG,""+files.length();
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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

Reply via email to