[android-developers] Re: FTP on android

2009-04-13 Thread tiwana
I am using wifi. Now actually my AndFTP is working but still no change in the app i wrote. Thanks Birjodh On Apr 11, 11:54 pm, Marco Nelissen marc...@android.com wrote: Are you accessing the server through wi-fi, or through the carrier network? If the latter, make sure it's actually

[android-developers] Re: FTP on android

2009-04-11 Thread Mark Murphy
tiwana wrote: HI, I am having problem running FTP client on android. I know there are no FTP libraries on android, so i downloaded commons-net-1.4.1.jar and added it to my project. But my app is not able to connect to any ftp server. This is the code, import

[android-developers] Re: FTP on android

2009-04-11 Thread tiwana
Yes Mark, I did add the INTERNET permission. I dont think there is an issue with firewall, because i can use ftp from my computer to the same ftp server. I have tried apps with HTTP post and they are working correctly. Thanks for the reply Birjodh On Apr 11, 12:44 pm, Mark Murphy

[android-developers] Re: FTP on android

2009-04-11 Thread Mark Murphy
tiwana wrote: I dont think there is an issue with firewall, because i can use ftp from my computer to the same ftp server. I have tried apps with HTTP post and they are working correctly. Bear in mind that the Android emulator runs in a virtual machine (qemu). Just because you can get to the

[android-developers] Re: FTP on android

2009-04-11 Thread David Given
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Murphy wrote: [...] Bear in mind that the Android emulator runs in a virtual machine (qemu). Just because you can get to the FTP server from your desktop does not necessarily mean you can get to it from the virtual machine. Also, don't

[android-developers] Re: FTP on android

2009-04-11 Thread tiwana
Actually my bucket upload is also not working.It is not able to connect to any FTP server. What settings do i need to change? David Given wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Murphy wrote: [...] Bear in mind that the Android emulator runs in a virtual machine (qemu).

[android-developers] Re: FTP on android

2009-04-11 Thread Marco Nelissen
Are you accessing the server through wi-fi, or through the carrier network? If the latter, make sure it's actually accessible from your carrier's network. On Sat, Apr 11, 2009 at 2:39 PM, tiwana tiwana.birj...@gmail.com wrote: By th way the problem is with my dev phone not with emulator,