Send file from iPhone to Windows PC

Looking into sending data from an iPhone to a Windows PC. The data would be some text and a picture. I control both ends of the connection. This would all be done locally (no cloud stuff).

Would FTP work? TCPSocket?

Anyone done this?

I would use a Web Application on the PC as an API service and URLConnection on the iPhone to post the data.

1 Like

I was thinking that this might be the way to go. Time for some experimenting.