本文介绍了将文本文件从一台服务器复制到另一台服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友,

我有两个服务器,让我们说A和B.

每日文本文件将在上午7:30上午更新并存储在服务器A中...和
现在我需要将这些服务器A文本文件自动复制到服务器B.

注意:它应自动在上午8:00 AM之前从服务器A复制到服务器B.

请谁能帮助我.

Dear Friends,

I have Two SERVERS, Let us say A and B.

Daily Textfiles will be updated and stored in Server A at morning 7:30 Am... and
now i need to copy these Server A text file to SERVER B Automatically.

Note : Automatically It should Copy from SERVER A to SERVER B before Morning 8:00 AM.

Please can anyone help me.

推荐答案


net use x: \\172.25.0.71\c



这篇关于将文本文件从一台服务器复制到另一台服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 20:10