I need some sort of software that will automatically sync 2 directories over a network with ZERO user input automatically as soon as a network connection is detected. For example, as soon as I walk in range of my wireless LAN with my notebook, all files in C:\blah\ on my notebook are synced with C:\stuff\blah\ on my desktop, assuming that everything on the desktop is the most current. I want to do this TRANSPARENTLY. I thought maybe the program could constantly ping an address, and most of the time, it would time out. But if the ping were returned, it would start some sort of sync program that works automatically and closes when it's done. Then, the "pinging" program would have to continue to ping, but not sync again until the ping was lost, and then "refound". Any ideas?
