windows 从映射的网络驱动器快速复制文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/502992/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Copy Files quickly from a mapped network drive
提问by user46795
Can anyone tell me how to quickly copy Files from a mapped network drive?
谁能告诉我如何从映射的网络驱动器快速复制文件?
The windows Copy Paste works very slow and hampers the performance of the system.
Windows 复制粘贴的工作速度非常慢,并且会影响系统的性能。
I have used XCOPY source destination /i /s /z /q
我使用了 XCOPY 源目标 /i /s /z /q
This was quick enough and copied a few files and later threw an error "The specified network name not available"
这足够快,复制了几个文件,后来抛出错误“指定的网络名称不可用”
I remember somebody using a workaround to copy files quickly from mapped networked drive.
我记得有人使用一种解决方法从映射的网络驱动器快速复制文件。
Can any one suggest me a way to do this?
任何人都可以建议我这样做吗?
I use Windows XP, so please don't suggest me RoboCopy.
我使用的是 Windows XP,所以请不要向我推荐 RoboCopy。
采纳答案by andynormancx
RoboCopy works fine on WinXP. The Windows Server 2003 Resource Kit that contains RoboCopy installs fine on XP.
RoboCopy 在 WinXP 上运行良好。包含 RoboCopy 的 Windows Server 2003 Resource Kit 可以在 XP 上正常安装。
回答by Aaron Digulla
There is no reliable, fast and simple way to copy files between Windows computers using only the tools that come with the OS.
没有可靠、快速和简单的方法可以仅使用操作系统附带的工具在 Windows 计算机之间复制文件。
Your options are:
您的选择是:
- Unison
- RoboCopy (See this article with instructionson XP)
- rsync (comes with Cygwin)
- 齐声
- RoboCopy(有关XP 的说明请参阅此文章)
- rsync(随Cygwin 一起提供)
Note that you can download the Windows 2003 server tools and unpack them on XP. It will work on XP.
请注意,您可以下载 Windows 2003 服务器工具并在 XP 上解压缩它们。它适用于 XP。
回答by Aaron Digulla
I have found that Total Commanderis significantlyfaster than any of the built-in copy mechanisms, including when copying files over the network.
我发现,总指挥官是显著快于任何内置的复制机制,在网络上复制文件时,包括的。
回答by harsha
use Ipmessanger I can copy at 55 MB /Sec (SATA2 7200 RPMS HDD on both PC's) on my Gigabit Ethernet
使用 Ipmessanger 我可以在我的千兆以太网上以 55 MB/秒(两台 PC 上的 SATA2 7200 RPMS 硬盘)复制