Copy a file from local computer to a remote desktop

Andrzej.Kniola May 25, 2016 15:39
If you are able to enable shared drives between your workstation and that remote desktop (in RDC, go to options → Local resources → More → tick Drives you need), you could access your drives on the remote side and just copy them with f.e. copy file activity.

If the computers/servers are on the same network/have direct connection, you could also copy it directly. Just use \[server-name[drive]$[rest-of-the-path], so f.e. \MyRemoteMachine\d$\Archive\Images\ as a destination.

Regards.

2 Likes