I recently opened an Windows Azure account, and setup a Azure Virtual Machine. I would like to share few folders in the virtual machine and have those accessed locally on my pc. How can I achieve this ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Quick and dirty? Install the Skydrive client, and select "Make files on this PC available to me on my other devices" during the install. You could also setup some sort of RDP solution, but the above is fastest. |
|||
|
|
|
You could enable the FTP server feature in the VM. I once wrote a manual how to do so on my blog - you could adapt it to current OSs that run on Azure VMs. |
|||
|
|