I'm creating Bluetooth ftp server in android, I'm able to create FTP server in Mac OSX using bluecove.

Can any one guide me to create FTP session in Android? or any other better approach also welcome..

local = LocalDevice.getLocalDevice();
local.setDiscoverable(DiscoveryAgent.GIAC);
String url = "btspp://localhost:51/name=removeserver";
SessionNotifier sn = (SessionNotifier) Connector.open(url)
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.