Saving files on Multiple PC's
-
I have a program written in Borland C++ 5.0 (OWL). I have a serial device hooked into my computer. This file from the serial device is downloaded and saved on a computer system by specifying the directory within the program eg. C:\CFiles. What I want to do is keep saving this file where it is. But also save it in another networked computer as well. I'm just a beginner programmer any help or ideals would be appriciated. Thanks!
-
I have a program written in Borland C++ 5.0 (OWL). I have a serial device hooked into my computer. This file from the serial device is downloaded and saved on a computer system by specifying the directory within the program eg. C:\CFiles. What I want to do is keep saving this file where it is. But also save it in another networked computer as well. I'm just a beginner programmer any help or ideals would be appriciated. Thanks!
Have you looked at http://www.fusionone.com/? It's all about syncronization. Peace :)