connectToFTPService()
Connect to a remote device for FTP operations
Declaration
func connectToFTPService() -> OBEXErrorReturn Value
kOBEXSuccess, kOBEXSessionBusyError, or kOBEXSessionAlreadyConnectedError, kOBEXNoResourcesError initially. Further results returned through the fileTransferServicesConnectionComplete: delegate method if initially successful.
Discussion
If the OBEXSession given to OBEXFileTransferServices on creation is not connected it can be manually connected through this method.