-2

I want to give read-write access to a specific folder in Azure VM to someone from his/her machine at home. I do not want him to give access to login to the machine, but some way so he/she can reach the directory and make changes. Any ideas?

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42

1 Answers1

0

I do not want him to give access to login to the machine, but some way so he/she can reach the directory and make changes. Any ideas?

According to your description, maybe we can deploy FTP on that VM. In this way, he/she can access this folder on internet, we can give them read-write permission.

Here a similar case about how to deploy FTP on windows server, please refer to it.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25