Reputation: 543
I have a VM I want to copy files to, a console app I want to run on the VM. How do I do this as the Remote Desktop won't let me copy files.
Upvotes: 13
Views: 22560
Reputation: 171
From my point of view the simplest and most reliable way is to use an Azure File Share.
The process is more or less automatable. I wrote about it on my blog: https://engineerer.ch/2020/08/16/copy-large-files-to-an-azure-vm/
Upvotes: 1
Reputation: 10998
You should just be able to copy/paste like normal. You can check to make sure rdpclip.exe is running on the VM.
If that doesn't work, you can always open your local drive using \\tsclient\c from within the RDP session. To share your local drive you can save the RDP file from the Management Portal website, then right-click the .rdp file and select Edit. Then switch to the Local Resources tab and click More under 'Local devices and resources' and check the drives that you want to share.
Upvotes: 22
Reputation: 41
In my case simple restart of rdpclip.exe
did the job, so try it.
Upvotes: 4