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();

--~--~---------~--~----~------------~-------~--~----~
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