directory sync problems

  • Thread starter Thread starter Brent Burkart
  • Start date Start date
B

Brent Burkart

I am attempting to write an application that syncs up local folders with
network folders. I want to install this application on all machines within
the company. These machines vary in OS's from 98 to XP.

I have code completed for the syncro process, however, I am stuck on
developing an impersonation process. I am attempting to apply the LogonUser
method (with problems), but I just read where this will not work on NT or
less.

Are there any solutions to impersonate in 98? I also only want one
application to support and maintain. I am at a loss and any advice would be
appreciated.

Thanks,
Brent
 
my question would be, why dont you just use offline files? they sync
automaticly with a network store
 
I am using the wrong word "sync". Its more of a backup system. The app
will backup up their folders to the network on a frequent interval. I am
dealing with many computer-illiterate people and I am trying to make it as
dummy proof as possible.

Thanks
 
Back
Top