I am just curious to learn if I can send file from one ios device to another using wifi or 3G network. I am not sure this is possible or not.
I gone through apple's documentation of CFNetwork reference and I found cfftp reference. I am not able to understand it clearly as it is saying that we can implement read stream from remote server.
I want to read file from one device to another device and write the same using wifi of both devices same as the way we can do using Bluetooth
.
- Is it possible to send file using wifi and 3G network by connection only 2 devices? (No mediator)
- Am I looking for right direction?
- If no please guide me to right direction.
- Is there any class for wifi and 3G file transfer in ios?
thanks in advance.