Best Way to Transfer Large Files in Windows

百般思念 提交于 2019-12-03 08:45:07

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.

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.

I have used Teracopy with good success.

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.

I use CopyHandler and find it does the job well.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!