在 Windows 中传输大文件的最佳方法

发布于 2024-07-13 22:14:51 字数 135 浏览 8 评论 0原文

在我们的网络电子邮件服务器备份期间,我经常需要在内部和外部驱动器之间传输大于 50GB(有时大于 100GB)的大文件。 传输这些文件的最佳方法是什么? 命令行,例如 XCOPY? 如果由于时间限制或网络问题而中断,可能有足够强大的功能可以继续传输。

I often have to transfer large files >50GBs sometimes >100GBs between drives both internal and external during backups of our networks email servers. What is the best method of transferring these files? Command Line such as XCOPY? Possibly something robust enough to continue the transfer if interrupted due to time limits or network issues.

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

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

发布评论

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

评论(6

顾北清歌寒 2024-07-20 22:14:51

查看robocopy。 来自维基百科:

robocopy,或“强大的文件复制”,是一个
命令行目录复制
命令。 它可以作为
Windows 资源工具包,以及
作为标准功能引入
Windows Vista 和 Windows Server 2008。

Check out robocopy. From Wikipedia:

robocopy, or "Robust File Copy", is a
command-line directory replication
command. It was available as part of
the Windows Resource Kit, and
introduced as a standard feature of
Windows Vista and Windows Server 2008.

薔薇婲 2024-07-20 22:14:51

我免费使用 SyncToy(来自 Microsoft)。 这样,如果出现故障,它不会中止整个传输。

恕我直言,对于非重复性任务来说,下一个最好的选择是 XCopy。

For free, I use SyncToy (from Microsoft). That way if something fails it doesn't abort the whole transfer.

The next best for non-repetitive tasks IMHO is XCopy.

自我难过 2024-07-20 22:14:51

我使用 Teracopy 取得了良好的成功。

I have used Teracopy with good success.

羅雙樹 2024-07-20 22:14:51

我时不时地被问到这个问题,我总是说同样的话。 Microsoft 后台智能传输服务 (BITS)。 这与用于向工作站提供大型服务包等的技术相同。 一些功能:

  • 网络节流
  • 异步传输
  • 自动恢复下载
  • 优先级 经过
  • 验证的传输机制

对于那些不想处理命令行语法的人,您可以探索包装应用程序,例如 SharpBITS.NET,提供 GUI 界面。

I get asked this question every now and again and I always say the same thing. Microsoft Background Intelligent Transfer Service (BITS). This is the same technology used to deliver large service packs and such to workstations. Some of the features:

  • Network Throttling
  • Asynchronous Transfers
  • Auto-Resume
  • Priority Levels for Downloads
  • Proven Transfer Mechanism

For those not wanting to deal with the command line syntax you can explore wrapper applications, such as SharpBITS.NET, that provide a GUI interface.

骄兵必败 2024-07-20 22:14:51

我使用 CopyHandler 并发现它做得很好。

I use CopyHandler and find it does the job well.

再可℃爱ぅ一点好了 2024-07-20 22:14:51

好吧,我使用 http://itrnsfr.com 在线传输我的大文件。 我希望他们能够将目前提供给免费用户的报价扩展到 2 GB 以上

Well i use http://itrnsfr.com to transfer my big files online. I wish they extend the quote over 2 GB they currently offer to free users

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