Computing.Net > Forums > Windows NT > To automatically pull an updated file from server to client

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

To automatically pull an updated file from server to client

Reply to Message Icon

Name: Irwin Gui
Date: February 13, 2000 at 06:25:45 Pacific
Comment:

Let's say File A exists on both Server and Client.

If I update File A on the Server, I want the
Client to detect that File A on the Server is
more recent than the version in its own local directory. The Client then needs to copy File A from the Server into its local directory. How might I do this?



Sponsored Link
Ads by Google

Response Number 1
Name: Michiel
Date: February 14, 2000 at 00:37:32 Pacific
Reply:

Hello,

Use the NT Replicator to do this. Set up replication according to the NT Manuals and put files into \winnt\...\repl\export on the Export machine. Specify replication partners and they will receive files in \winnt\...\repl\import. Use the files from this directory. Works only for NT systems.

Good Luck!


0

Response Number 2
Name: Scott
Date: February 14, 2000 at 20:45:09 Pacific
Reply:

Another way is to use XCOPY /D
Type xcopy /? at command prompt to see detailed explanation. If you want it to check frequently, use NT's "AT" command, or else if once a day is enough, put it in a login script. WIN95 has this xcopy ability to.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: To automatically pull an updated file from server to client

Transfer all files from server to workstation www.computing.net/answers/windows-nt/transfer-all-files-from-server-to-workstation/3040.html

Restrict copying files from server to local drive www.computing.net/answers/windows-nt/restrict-copying-files-from-server-to-local-drive/4348.html

Deleting old files from server with VB Script www.computing.net/answers/windows-nt/deleting-old-files-from-server-with-vb-script/5661.html