Copy a file from local computer to a remote desktop

Diwa F
May 24, 2016 13:38 ANSWERED
Hello ,

Please How can I copy a file or image from local computer to a remote desktop using UiPath.?

Rolf Thomassen May 25, 2016 10:54
I would use Hotkey CTRL-C on the local computer and CTRL-V on the Remote Desktop.

And make sure that Clipboard is open on the Connection of the Remote Desktop

Diwa F May 25, 2016 15:24
yes I have already used it , but I want to copy multiple files and images …

1 Like

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