[android-developers] Re: Help! No files return from apache commons net FTPClient

2012-03-16 Thread Ivan Kablar
I am encountering exactly the same issue. I get a reply of 230 in both applications. The Java application returns all files from a getFiles() method call while the Android application returns 0 with a negative 500 reply checking the reply code afterwards. I gave INTERNET permission in the

[android-developers] Re: Help! No files return from apache commons net FTPClient

2009-12-07 Thread Chander Pechetty
As far as I can tell, there is no compatibility problem. Enable server logging and see if you get a 250 or [some number] directory OK, and hopefully its the same code you are running with the same account; it could be a minor bug somewhere else:-) -Chander www.unisaran.com On Dec 6, 8:26