tags:

views:

65

answers:

1

is it possible to create the connectivity of android with ftp server. i am going to create an application where login information about user is placed on ftp server.

+1  A: 

Yes, there are several libraries that support Android. However, you should be aware that FTP provides no security. So I would be wary about using it for any kind of login information.

Matthew Flaschen
thanx Matthew :)
Shalini Singh