[android-developers] Re: Sending file via FTP within android

2009-06-23 Thread lucj06
Thanks Mark, I'll check that. Regards, Luc On Jun 22, 4:38 pm, Mark Murphy mmur...@commonsware.com wrote: lucj06 wrote: Hello, In fact i was talking about the possibility to send a file via FTP from android. I just added andFTP in the picture as I read this client was good. Without

[android-developers] sending email from android emulator

2009-06-22 Thread lucj06
Hello, I'd like to know if it's possible to send an email from the emulator (i'm using cupcake). I'm using something like: Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_EMAIL, to); sendIntent.putExtra(Intent.EXTRA_SUBJECT, subject);

[android-developers] Sending file via FTP within android

2009-06-22 Thread lucj06
Hello, I was not able to find anything regarding this topic on google so... i give it a try in the groups :-) In fact, I'd like to know if it's possible, from the android (from the emulator also) to send a file via FTP ? I heard about andFTP which seems to be a real good FTP client. So... I

[android-developers] Sending file via FTP within android

2009-06-22 Thread lucj06
Hello, I was not able to find anything regarding this topic on google so... i give it a try in the groups :-) In fact, I'd like to know if it's possible, from the android (from the emulator also) to send a file via FTP ? I heard about andFTP which seems to be a real good FTP client. So... I