ShareFile-PowerShell icon indicating copy to clipboard operation
ShareFile-PowerShell copied to clipboard

copy files from one location to another

Open LucasSLO opened this issue 8 years ago • 0 comments

I can move files from one location to another using this command Send-SfRequest -Client $sfClient -Entity Items -Method PATCH -Id $item.Id.ToString() -BodyText $fileParent but how to copy it using Send-SfRequest?

LucasSLO avatar Dec 06 '17 17:12 LucasSLO