Please don't hijack threads with unrelated questions.
On Wed, Jul 29, 2009 at 11:16 PM, Dato bera <[email protected]> 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(); > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

