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)