How to move a file on Azure File Storage from one sub folder to another sub folder using the Azure Storage SDK?

后端 未结 6 1283
梦谈多话
梦谈多话 2020-12-20 16:58

I\'m trying to figure out how to move a file in Azure File Storage from one location to another location, in the same share.

E.g.

source -> \\\\Sh         


        
6条回答
  •  感情败类
    2020-12-20 17:12

    Unfortunately we don't have move / rename functionality exposed through the REST API that the Client SDK's are dependent on. You can of course perform these functions via SMB. We do have these features on our backlog but don't have a timeline yet for implementation.

提交回复
热议问题