Syncing
To do something as specific as that you may need to look at something else. Make your own protocol and create a connection between the 2 apps.
Or you could customise the ftp protocol in the server, and add some new commands which handle the movement of data back and forth. Make some commands up such as Update Record, and supply a record number as a parameter and pass the record back as data.
Asyncsocket is a nice encapsulation of the CoreFoundation sockets layer. Take a look at that.
|