Home > Software engineering >  Two computers file synchronization
Two computers file synchronization

Time:09-24

The two computers are connected through the network, need to keep two computers on the implementation of a excel file consistent (also line access database of MDB)
Try not to use a network backup this account to log in, because I can't remember the password and automatic login for a long time, but also didn't find any network backup support two-way synchronous
Baidu network backup automatically synchronized to members don't choose, 360 can't cloud disk backup to the cloud disk specified folder so that it leads to can't upload and download the same folder does not choose
Because the telecom dial-up, by IP will change, so want to register the domain name, so use the FTP server is also very troublesome
So now I only think of two kinds of schemes, the first is to use the FTP server at the other end mapping a network drive
The second is to write a c/s program, if write vb, vb.net, Java in which language is more convenient

CodePudding user response:

Search "robocopy"

CodePudding user response:

reference 1st floor zhao4zhong1 response:
search "robocopy"

This is not a file backup tool, what I want is multiple transfer files between two computers

CodePudding user response:

refer to the second floor baidu_15037329 response:
Quote: refer to 1st floor zhao4zhong1 response:

Search "robocopy"

This is not a file backup tool, what I want is multiple transfer files between two computers

Read through the robocopy online help again, if you think that using robocopy cannot achieve multiple transfer files between two computers and two computer file synchronization, can when I have not seen,
  • Related