There is currently a project being developed using vagrant (php+windows server 2012+iis). There is an upload function that requires writable permissions on the directory. Because the files synchronized by Vagrant cannot directly modify the permissions. Is there any solution?
The method of sharing the directory will encounter inexplicable permission problems. I now switch to the local machine for development and use sftp to upload to the virtual machine