If you’re copying files across a network, always use the command line, it just minimises the use of your system resources. If you use the copy command, make sure you include /Z so that it copies across the network in restartable mode – i.e., if something goes wrong it will start from where it was it up to before the interruption.
$ copy /Z networkfile.txt .