如何在(经典)ASP 上传后同步两个文件夹(位于不同服务器上)

发布于 2024-09-02 02:44:22 字数 202 浏览 3 评论 0原文

我正在使用自定义后端在服务器上上传图像。

问题是客户端有一个负载平衡服务器,所以我需要同步两台服务器上的上传文件夹。我无法知道后端正在执行哪个服务器。

我只是想知道比较和同步两台服务器上的文件夹的最佳方法是什么?使用 Windows“cron-job”的 FTP 脚本?由ASP启动的shell脚本?使用 FTP 命令的 ASP 脚本?

谢谢

I'm using a customized backend to upload images on a server.

The issue is that the client has a load balanced server so I need to synchronize the upload folders on both server. I'm not able to know which server is executing on the backend.

I'm just wondering which is the best way to compare and synchronize the folders on two servers? An FTP script using the windows "cron-job"? A shell script activated by ASP? Aa ASP script that uses FTP commands?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南巷近海 2024-09-09 02:44:23

如果您的服务器位于同一网络上,您可以使用 ROBOCOPY 等实用程序来执行此操作
http://en.wikipedia.org/wiki/Robocopy

您也可以使用DFS 复制。

If your servers are on the same network you could do this with a utility like ROBOCOPY
http://en.wikipedia.org/wiki/Robocopy

Also you might be able to use DFS replication.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文