Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How can I copy a big file from one Windows machine to another limiting speed transfer?

Use Robocopy with /IPG switch.

http://ss64.com/nt/robocopy.html for more info on RoboCopy


Use Robocopy with a /IPG switch to limit bandwidth. Robocopy comes standard on Windows 7 and Windows 2008 Server

http://yellowtriangle.wordpress.com/2012/06/28/bandwidth-throttling-with-robocopy/

this link includes formula for figuring out maximum speed.

Tags:

Windows

File Transfer

Network Traffic

Speed

Related

How to access BIOS on an ASUS laptop? Dismiss Windows 8 Volume Box (top left corner) How do I execute/run a .sql file in PostgreSQL 9.2.6 + CentOs What would be the disadvantages of using a 4 stranded ethernet cable? D-Link router WiFi and LAN segment How can I shrink my 12GB pagefile.sys? Determine PCIe device NUMA node Will it be useful to keep my old video card in my computer? Chrome Task manager not coming to foreground Adding Powershell command to right click menu both on and in a folder .NET Framework 4.5 installed but not found in regedit Joining two ethernet cables: strip and solder or buy an adapter?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy